Mercurial > mplayer.hg
changeset 27719:d611a8a200d5
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
author | diego |
---|---|
date | Mon, 13 Oct 2008 14:38:36 +0000 |
parents | 6578ae4725bb |
children | 66d7ea3f5a78 |
files | libvo/vo_winvidix.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;