diff options
Diffstat (limited to 'decoders/mx25lxx05d.py')
-rw-r--r-- | decoders/mx25lxx05d.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/mx25lxx05d.py b/decoders/mx25lxx05d.py index 72e1e1b..4a87fa4 100644 --- a/decoders/mx25lxx05d.py +++ b/decoders/mx25lxx05d.py @@ -172,8 +172,6 @@ class Decoder(srd.Decoder): options = {} # TODO def __init__(self, **kwargs): - self.out_proto = None - self.out_ann = None self.state = IDLE self.cmdstate = 1 # TODO self.out = [] |