minor cleanup

This commit is contained in:
proddy
2020-07-30 21:17:57 +02:00
parent 2923fae1a6
commit c48e5bd518
2 changed files with 1 additions and 6 deletions

View File

@@ -135,10 +135,6 @@ class EMSbus {
return (ems_mask_ == EMS_MASK_HT3);
}
static uint8_t protocol() {
return ems_mask_;
}
static uint8_t ems_mask() {
return ems_mask_;
}