input_stream, main: remove obsolete GLib version checks
MPD requires GLib 2.16.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user