diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gstreamer_core/gst/glib-compat-private.h --- a/gstreamer_core/gst/glib-compat-private.h Wed Mar 31 22:03:18 2010 +0300 +++ b/gstreamer_core/gst/glib-compat-private.h Tue Aug 31 15:30:33 2010 +0300 @@ -14,9 +14,4 @@ /* adaptations */ -/* FIXME: remove once we depend on GLib 2.10 */ -#if (!GLIB_CHECK_VERSION (2, 10, 0)) -#define g_intern_string(s) g_quark_to_string(g_quark_from_string(s)) -#endif - G_END_DECLS