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
@ -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…
x
Reference in New Issue
Block a user