mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
libs: remove unused variables
clang reports these unused variables. Let's get rid of them.
This patch is a missing part of commit c82e5173
https://bugzilla.gnome.org/show_bug.cgi?id=747312
This commit is contained in:
parent
a6518f6888
commit
93d0141cc2
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@
|
||||||
#define DEBUG 1
|
#define DEBUG 1
|
||||||
#include "gstvaapidebug.h"
|
#include "gstvaapidebug.h"
|
||||||
|
|
||||||
static const guint g_display_types = 1U << GST_VAAPI_DISPLAY_TYPE_GLX;
|
|
||||||
|
|
||||||
static GstVaapiWindow *
|
static GstVaapiWindow *
|
||||||
gst_vaapi_display_glx_create_window (GstVaapiDisplay * display, GstVaapiID id,
|
gst_vaapi_display_glx_create_window (GstVaapiDisplay * display, GstVaapiID id,
|
||||||
guint width, guint height)
|
guint width, guint height)
|
||||||
|
|
Loading…
Reference in a new issue