diff options
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r-- | sigrokdecode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h index 3f2d3c9..ded00bf 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -116,12 +116,6 @@ struct srd_decoder { */ char *license; - /** TODO */ - GSList *inputformats; - - /** TODO */ - GSList *outputformats; - /** List of probes required by this decoder. */ GSList *probes; |