From a582deee2c906562728955de0a13c4ab968d018b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 13 Aug 2012 23:27:47 +0200 Subject: input_stream, main: remove obsolete GLib version checks MPD requires GLib 2.16. --- src/input_stream.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/input_stream.h') diff --git a/src/input_stream.h b/src/input_stream.h index 6a10831d..10ad9716 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -29,10 +29,6 @@ #include #include -#if !GLIB_CHECK_VERSION(2,14,0) -typedef gint64 goffset; -#endif - struct input_stream { /** * the plugin which implements this input stream -- cgit v1.2.3