daemon: removed bitmap, which is not used

This commit is contained in:
Blake Harnden 2022-03-08 14:32:01 -08:00
parent c8a589ef76
commit dde339cc46
4 changed files with 5 additions and 9 deletions

View file

@ -225,7 +225,6 @@ class WirelessModel(ConfigurableOptions):
"""
config_type: RegisterTlvs = RegisterTlvs.WIRELESS
bitmap: str = None
position_callback: Callable[[CoreInterface], None] = None
def __init__(self, session: "Session", _id: int) -> None: