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:
Seungha Yang 2019-12-08 18:12:00 +09:00
parent 3b8769e673
commit 90bcaf5a43

View file

@ -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"