From 1d5af8c0da88f3c2992c92e874e336e111a0caec Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 13 Oct 2008 14:38:36 +0000 Subject: [PATCH] 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 --- libvo/vo_winvidix.c | 1 - 1 file changed, 1 deletion(-) 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;