summaryrefslogtreecommitdiff
path: root/sigrokdecode.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-03-21 22:38:08 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-03-21 23:39:38 +0100
commit6c36501de9d0b91a203d4943b16d0a63e1c98d9e (patch)
tree54d7c11a0eaa30f507a941bf9301517c644c70c9 /sigrokdecode.h
parent0575fc98b5787d4f207064d3a69f5d3cf6922fc2 (diff)
downloadlibsigrokdecode-6c36501de9d0b91a203d4943b16d0a63e1c98d9e.tar.gz
libsigrokdecode-6c36501de9d0b91a203d4943b16d0a63e1c98d9e.zip
srd: Drop unused inputformats/outputformats entries.
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r--sigrokdecode.h6
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;