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

@ -113,7 +113,6 @@ class ConfigurableOptions:
"""
name: Optional[str] = None
bitmap: Optional[str] = None
options: List[Configuration] = []
@classmethod