From: Uwe Hermann Date: Fri, 10 Apr 2020 19:27:16 +0000 (+0200) Subject: ltc26x7: Drop unnecessary annotation_rows item. X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5c9ab2c1d4baa2b2350b9ffe6e90f4d40d6f1c62;p=libsigrokdecode.git ltc26x7: Drop unnecessary annotation_rows item. All annotation classes are on the same row anyway, and the row name "LTC26x7 data" isn't all that much more useful than no row name at all. --- diff --git a/decoders/ltc26x7/pd.py b/decoders/ltc26x7/pd.py index ea05a25..69913c5 100644 --- a/decoders/ltc26x7/pd.py +++ b/decoders/ltc26x7/pd.py @@ -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()