From 0cc630003335aa949644202e6c6b624a0c560890 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 11 Apr 2020 00:32:46 +0200 Subject: ad5626: Drop unnecessary annotation_rows item. --- decoders/ad5626/pd.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/decoders/ad5626/pd.py b/decoders/ad5626/pd.py index 28d88f8..66ea54e 100644 --- a/decoders/ad5626/pd.py +++ b/decoders/ad5626/pd.py @@ -32,9 +32,6 @@ class Decoder(srd.Decoder): annotations = ( ('data', 'Data'), ) - annotation_rows = ( - ('data', 'Data', (0,)), - ) def __init__(self,): self.reset() -- cgit v1.2.3-70-g09d2