]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cfilter/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / i2cfilter / pd.py
index 91269c0862b186b7dc07c6960a328d84b355aab1..9156803aa109d550dc0290563cee392c0b7b39cb 100644 (file)
@@ -31,8 +31,6 @@ class Decoder(srd.Decoder):
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['i2c']
-    probes = []
-    optional_probes = []
     options = (
         {'id': 'address', 'desc': 'Address to filter out of the I²C stream',
             'default': 0},