summaryrefslogtreecommitdiffstats
path: root/src/pulse/glib-mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/glib-mainloop.h')
-rw-r--r--src/pulse/glib-mainloop.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pulse/glib-mainloop.h b/src/pulse/glib-mainloop.h
index 75de1cc7..af7cc0e9 100644
--- a/src/pulse/glib-mainloop.h
+++ b/src/pulse/glib-mainloop.h
@@ -47,13 +47,9 @@ PA_C_DECL_BEGIN
typedef struct pa_glib_mainloop pa_glib_mainloop;
/** Create a new GLIB main loop object for the specified GLIB main
- * loop context. The GLIB 2.0 version takes an argument c for the
+ * loop context. Takes an argument c for the
* GMainContext to use. If c is NULL the default context is used. */
-#if GLIB_MAJOR_VERSION >= 2
pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
-#else
-pa_glib_mainloop *pa_glib_mainloop_new(void);
-#endif
/** Free the GLIB main loop object */
void pa_glib_mainloop_free(pa_glib_mainloop* g);