diff options
Diffstat (limited to 'src/input_stream.h')
-rw-r--r-- | src/input_stream.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/input_stream.h b/src/input_stream.h index a617632a0..63327c137 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -76,16 +76,6 @@ struct input_stream { }; /** - * 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. * |