From 7bee220af49146be2d830163688b168867633483 Mon Sep 17 00:00:00 2001 From: Hyunjun Ko Date: Wed, 20 Apr 2016 16:19:55 +0900 Subject: [PATCH] gl: caopengllayersink: fix a minor warning Fix "unused variable" warning https://bugzilla.gnome.org/show_bug.cgi?id=765292 --- ext/gl/caopengllayersink.m | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/gl/caopengllayersink.m b/ext/gl/caopengllayersink.m index 000511577b..ab1e0841ed 100644 --- a/ext/gl/caopengllayersink.m +++ b/ext/gl/caopengllayersink.m @@ -384,7 +384,6 @@ static gboolean gst_ca_opengl_layer_sink_query (GstBaseSink * bsink, GstQuery * query) { GstCAOpenGLLayerSink *ca_sink = GST_CA_OPENGL_LAYER_SINK (bsink); - gboolean res = FALSE; switch (GST_QUERY_TYPE (query)) { case GST_QUERY_CONTEXT: