]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / i2cdemux / pd.py
index 12ebb88447097903d69b7dab6ad03b6634e125aa..dd773b54359155ceaf2fc13750e9de7774e8499c 100644 (file)
@@ -29,9 +29,6 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = [] # TODO: Only known at run-time.
-    probes = []
-    optional_probes = []
-    options = {}
     annotations = []
 
     def __init__(self, **kwargs):