]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ltc26x7/pd.py
ltc26x7: Drop unnecessary annotation_rows item.
[libsigrokdecode.git] / decoders / ltc26x7 / pd.py
index ea05a25207d9b5c6141aef27377eca1d278bfbec..69913c5ddd670dc67130f0803c29b93535a7df10 100644 (file)
@@ -62,9 +62,6 @@ class Decoder(srd.Decoder):
         ('address', 'Address'),
         ('data', '2 byte data'),
     )
-    annotation_rows = (
-        ('ltc26x7', 'LTC26x7 data', (0, 1, 2, 3)),
-    )
 
     def __init__(self):
         self.reset()