]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / i2s / pd.py
index 73bfa6f634bec9547fb387233ec469df59e1054c..1d1a7a43e0008830e9a014ab45cc17092ed80f9e 100644 (file)
@@ -47,8 +47,6 @@ class Decoder(srd.Decoder):
         {'id': 'ws', 'name': 'WS', 'desc': 'Word select line'},
         {'id': 'sd', 'name': 'SD', 'desc': 'Serial data line'},
     ]
-    optional_probes = []
-    options = {}
     annotations = [
         ['left', 'Left channel'],
         ['right', 'Right channel'],