diff options
author | Max Kellermann <max@duempel.org> | 2012-08-13 23:27:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-14 01:57:53 +0200 |
commit | a582deee2c906562728955de0a13c4ab968d018b (patch) | |
tree | 07cb577bd0007bdccdb71e145ad99a06f1cc1e5d /src/input_stream.h | |
parent | 12be9e818f01777283d49c8e37f618e4e9731371 (diff) | |
download | mpd-a582deee2c906562728955de0a13c4ab968d018b.tar.gz mpd-a582deee2c906562728955de0a13c4ab968d018b.tar.xz mpd-a582deee2c906562728955de0a13c4ab968d018b.zip |
input_stream, main: remove obsolete GLib version checks
MPD requires GLib 2.16.
Diffstat (limited to 'src/input_stream.h')
-rw-r--r-- | src/input_stream.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_stream.h b/src/input_stream.h index 6a10831d2..10ad97161 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -29,10 +29,6 @@ #include <stdbool.h> #include <sys/types.h> -#if !GLIB_CHECK_VERSION(2,14,0) -typedef gint64 goffset; -#endif - struct input_stream { /** * the plugin which implements this input stream |