input_stream, main: remove obsolete GLib version checks

MPD requires GLib 2.16.
This commit is contained in:
Max Kellermann
2012-08-13 23:27:47 +02:00
parent 12be9e818f
commit a582deee2c
3 changed files with 0 additions and 8 deletions

View File

@@ -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