diff options
Diffstat (limited to 'decoders/timing/pd.py')
-rw-r--r-- | decoders/timing/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/timing/pd.py b/decoders/timing/pd.py index c88b8b5..be600e9 100644 --- a/decoders/timing/pd.py +++ b/decoders/timing/pd.py @@ -75,7 +75,6 @@ class Decoder(srd.Decoder): def __init__(self): self.samplerate = None - self.oldpin = None self.last_samplenum = None self.last_n = deque() self.chunks = 0 |