]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / edid / pd.py
index 3b3536e14576a773fd5da408e24a540edc9b6a6a..f27cf93b80e4ccf2da1a1b14112b9f5b2308da6d 100644 (file)
@@ -17,8 +17,6 @@
 ## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
-# EDID protocol decoder
-
 # TODO:
 #    - EDID < 1.3
 #    - add short annotations
@@ -83,9 +81,6 @@ class Decoder(srd.Decoder):
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['edid']
-    probes = []
-    optional_probes = []
-    options = {}
     annotations = [
         ['fields', 'EDID structure fields'],
         ['sections', 'EDID structure sections'],