From f70d2f58a1ac221d488a4fbb2fda39d83048ec53 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Dec 2009 22:53:13 +0100 Subject: input_stream: moved input_stream_global_init() to input_init.c --- src/input_stream.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/input_stream.h') diff --git a/src/input_stream.h b/src/input_stream.h index a617632a..63327c13 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -75,16 +75,6 @@ struct input_stream { char *mime; }; -/** - * Initializes this library and all input_stream implementations. - */ -void input_stream_global_init(void); - -/** - * Deinitializes this library and all input_stream implementations. - */ -void input_stream_global_finish(void); - /** * Opens a new input stream. You may not access it until the "ready" * flag is set. -- cgit v1.2.3