diff options
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r-- | src/decoder_api.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h index ab480599b..503ba118f 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -61,12 +61,6 @@ struct decoder_plugin { void (*finish)(void); /** - * returns true if the input stream is decodable by the - * decoder plugin, false if not - */ - bool (*try_decode)(struct input_stream *); - - /** * this will be used to decode InputStreams, and is * recommended for files and networked (HTTP) connections. * |