# HG changeset patch # User diego # Date 1223908716 0 # Node ID d611a8a200d56adffb3b00dd539d16776a779fdf # Parent 6578ae4725bb2f626f0589d61fb1bf883b7658e9 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 diff -r 6578ae4725bb -r d611a8a200d5 libvo/vo_winvidix.c --- a/libvo/vo_winvidix.c Mon Oct 13 14:17:25 2008 +0000 +++ b/libvo/vo_winvidix.c Mon Oct 13 14:38:36 2008 +0000 @@ -47,7 +47,6 @@ 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;