mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 06:08:23 +00:00
Remove redundant variable declaration, fixes the warning:
libvo/vo_winvidix.c:52: warning: redundant redeclaration of 'hWnd' libvo/vo_winvidix.c:50: warning: previous declaration of 'hWnd' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27753 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7559876669
commit
1d5af8c0da
@ -47,7 +47,6 @@ static char *vidix_name;
|
||||
static uint32_t image_width;
|
||||
static uint32_t image_height;
|
||||
static uint32_t image_format;
|
||||
static HWND hWnd;
|
||||
/* Window parameters */
|
||||
static HWND hWnd=NULL,hWndFS=NULL;
|
||||
static float window_aspect;
|
||||
|
Loading…
Reference in New Issue
Block a user