diff options
author | Gareth McMullin <gareth@blacksphere.co.nz> | 2011-12-01 23:09:40 +1300 |
---|---|---|
committer | Gareth McMullin <gareth@blacksphere.co.nz> | 2011-12-01 23:10:28 +1300 |
commit | 67e847fd2185aa5677954dceacf3c279d7a68af1 (patch) | |
tree | 81d6fc2e649e9414cc618ab615f88b8c6b4ef583 /sigrokdecode.h | |
parent | 400f9ae7ff16bb611d758d75ff4931b667561b11 (diff) | |
download | libsigrokdecode-67e847fd2185aa5677954dceacf3c279d7a68af1.tar.gz libsigrokdecode-67e847fd2185aa5677954dceacf3c279d7a68af1.zip |
srd: PDs now explicitly register with sigrok module.
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r-- | sigrokdecode.h | 3 |
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; }; |