summaryrefslogtreecommitdiff
path: root/decoders/i2s
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2014-03-10 00:43:27 +0100
committerBert Vermeulen <bert@biot.com>2014-03-10 00:47:30 +0100
commit780770f1295b7fdeb4481eb42623bad5da1e19a7 (patch)
tree4aeece8c26068123d5c4913cad00c3cb6d8a73b0 /decoders/i2s
parent84c1c0b52820af2418186ac3ecf93a5c6373a22e (diff)
downloadlibsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.tar.gz
libsigrokdecode-780770f1295b7fdeb4481eb42623bad5da1e19a7.zip
Remove unused probes and options
Diffstat (limited to 'decoders/i2s')
-rw-r--r--decoders/i2s/pd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/i2s/pd.py b/decoders/i2s/pd.py
index 73bfa6f..1d1a7a4 100644
--- a/decoders/i2s/pd.py
+++ b/decoders/i2s/pd.py
@@ -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'],