]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dcf77/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / dcf77 / pd.py
index 21da4f63ccef4569ff8e6465152e292a6b97b44e..94f5d2cd95c059655b75d77a9db3f9cb023b28d2 100644 (file)
@@ -37,8 +37,6 @@ class Decoder(srd.Decoder):
     probes = [
         {'id': 'data', 'name': 'DATA', 'desc': 'DATA line'},
     ]
-    optional_probes = []
-    options = {}
     annotations = [
         ['start-of-minute', 'Start of minute'],
         ['special-bits', 'Special bits (civil warnings, weather forecast)'],