summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 14:38:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 14:38:36 +0000
commit1d5af8c0da88f3c2992c92e874e336e111a0caec (patch)
tree23d5f8fccc53fe22cd81bb6e184017bd537f2f56 /libvo
parent7559876669340a1f94d28e356052c7a9978e1feb (diff)
downloadmpv-1d5af8c0da88f3c2992c92e874e336e111a0caec.tar.bz2
mpv-1d5af8c0da88f3c2992c92e874e336e111a0caec.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_winvidix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_winvidix.c b/libvo/vo_winvidix.c
index b03b1b2ded..fc2884da5d 100644
--- a/libvo/vo_winvidix.c
+++ b/libvo/vo_winvidix.c
@@ -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;