From 97a9c7a8e094f830e70fdb479425c96e182f8b5e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 20:34:33 +0100 Subject: input_file: removed global constructor The global constructor is empty, and can be removed. --- src/input_file.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input_file.h') diff --git a/src/input_file.h b/src/input_file.h index e3b97db3d..177df477a 100644 --- a/src/input_file.h +++ b/src/input_file.h @@ -21,8 +21,6 @@ #include "input_stream.h" -void inputStream_initFile(void); - int inputStream_fileOpen(struct input_stream *inStream, char *filename); #endif -- cgit v1.2.3