summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
authorGareth McMullin <gareth@blacksphere.co.nz>2011-12-01 23:09:40 +1300
committerGareth McMullin <gareth@blacksphere.co.nz>2011-12-01 23:10:28 +1300
commit67e847fd2185aa5677954dceacf3c279d7a68af1 (patch)
tree81d6fc2e649e9414cc618ab615f88b8c6b4ef583 /sigrokdecode.h
parent400f9ae7ff16bb611d758d75ff4931b667561b11 (diff)
downloadlibsigrokdecode-67e847fd2185aa5677954dceacf3c279d7a68af1.tar.gz
libsigrokdecode-67e847fd2185aa5677954dceacf3c279d7a68af1.zip
srd: PDs now explicitly register with sigrok module.
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;
};