]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / nunchuk / pd.py
index d4fe34afeb28dae8f07f5471f616b092503df7ca..5fd01d2c9f81b18f5f3609d87a772772c0c73df7 100644 (file)
@@ -29,9 +29,6 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['nunchuck']
-    probes = []
-    optional_probes = []
-    options = {}
     annotations = [
         ['text-verbose', 'Human-readable text (verbose)'],
         ['text', 'Human-readable text'],