summaryrefslogtreecommitdiff
path: root/decoders/midi
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/midi')
-rw-r--r--decoders/midi/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py
index b20dcc3..b6cbd60 100644
--- a/decoders/midi/pd.py
+++ b/decoders/midi/pd.py
@@ -33,9 +33,6 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['uart']
outputs = ['midi']
- probes = []
- optional_probes = []
- options = {}
annotations = [
['text-verbose', 'Human-readable text (verbose)'],
]