diff options
author | Max Kellermann <max@duempel.org> | 2008-10-26 20:34:33 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-26 20:34:33 +0100 |
commit | 97a9c7a8e094f830e70fdb479425c96e182f8b5e (patch) | |
tree | 1edf28e67a2de1b3e1cdb589164a3addc9f8f0f8 /src/input_file.c | |
parent | 23552f89cc6fbd28ffba0c2c485a24ab6b95eaa3 (diff) | |
download | mpd-97a9c7a8e094f830e70fdb479425c96e182f8b5e.tar.gz mpd-97a9c7a8e094f830e70fdb479425c96e182f8b5e.tar.xz mpd-97a9c7a8e094f830e70fdb479425c96e182f8b5e.zip |
input_file: removed global constructor
The global constructor is empty, and can be removed.
Diffstat (limited to 'src/input_file.c')
-rw-r--r-- | src/input_file.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_file.c b/src/input_file.c index db09b0570..114fac49b 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); |