summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r--sigrokdecode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h
index b7ed2dc..b856f4f 100644
--- a/sigrokdecode.h
+++ b/sigrokdecode.h
@@ -88,9 +88,6 @@ struct srd_decoder {
/** TODO */
GSList *outputformats;
- /** TODO */
- PyObject *py_mod;
-
/** Python object that performs the decoding */
PyObject *py_decobj;
};