examples: win32-videooverlay: Remove unused variable
authorSeungha Yang <seungha.yang@navercorp.com>
Sun, 8 Dec 2019 09:12:00 +0000 (18:12 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Sun, 8 Dec 2019 09:45:22 +0000 (18:45 +0900)
win32-videooverlay.c:34:20: warning: 'msg_io_channel' defined but not used [-Wunused-variable]

tests/examples/overlay/win32-videooverlay.c

index 1d483d7..9c5187d 100644 (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"