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.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/input_file.c') diff --git a/src/input_file.c b/src/input_file.c index db09b057..114fac49 100644 --- a/src/input_file.c +++ b/src/input_file.c @@ -21,10 +21,6 @@ #include "log.h" #include "os_compat.h" -void inputStream_initFile(void) -{ -} - static int inputStream_fileSeek(struct input_stream *is, long offset, int whence); -- cgit v1.2.3