From d1699074720790d548e2689ee32be404fc55d41a Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 20 Nov 2012 00:15:05 +1100 Subject: [PATCH] [617/906] fix 'set but not used' compiler warnings --- gst-libs/gst/gl/x11/gstglwindow_x11.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst-libs/gst/gl/x11/gstglwindow_x11.c b/gst-libs/gst/gl/x11/gstglwindow_x11.c index ee27cc3..7397d8a 100644 --- a/gst-libs/gst/gl/x11/gstglwindow_x11.c +++ b/gst-libs/gst/gl/x11/gstglwindow_x11.c @@ -218,12 +218,8 @@ gst_gl_window_x11_new (GstGLRendererAPI render_api, { GstGLWindowX11 *window = NULL; const gchar *user_choice; - gboolean user_glx; - gboolean user_egl; user_choice = g_getenv ("GST_GL_PLATFORM"); - user_glx = !user_choice || g_strstr_len (user_choice, 3, "glx") != NULL; - user_egl = !user_choice || g_strstr_len (user_choice, 3, "egl") != NULL; #ifdef HAVE_GLX #ifdef HAVE_EGL -- 2.7.4