X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cdemux%2Fpd.py;fp=decoders%2Fi2cdemux%2Fpd.py;h=dd773b54359155ceaf2fc13750e9de7774e8499c;hb=780770f1295b7fdeb4481eb42623bad5da1e19a7;hp=12ebb88447097903d69b7dab6ad03b6634e125aa;hpb=84c1c0b52820af2418186ac3ecf93a5c6373a22e;p=libsigrokdecode.git 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):