summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cdemux/pd.py')
-rw-r--r--decoders/i2cdemux/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/i2cdemux/pd.py b/decoders/i2cdemux/pd.py
index 12ebb88..dd773b5 100644
--- a/decoders/i2cdemux/pd.py
+++ b/decoders/i2cdemux/pd.py
@@ -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):