mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-07 08:54:53 +00:00
examples: win32-videooverlay: Remove unused variable
win32-videooverlay.c:34:20: warning: 'msg_io_channel' defined but not used [-Wunused-variable]
This commit is contained in:
parent
3b8769e673
commit
90bcaf5a43
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
|||
static GMainLoop *loop = NULL;
|
||||
static gboolean visible = FALSE;
|
||||
static gboolean test_reuse = FALSE;
|
||||
static GIOChannel *msg_io_channel;
|
||||
static HWND hwnd = NULL;
|
||||
|
||||
#define DEFAULT_VIDEO_SINK "glimagesink"
|
||||
|
|
Loading…
Reference in a new issue