[MPlayer-cvslog] r35845 - trunk/gui/ui/video.c
ib
subversion at mplayerhq.hu
Thu Jan 24 15:54:49 CET 2013
Author: ib
Date: Thu Jan 24 15:54:49 2013
New Revision: 35845
Log:
Remove unnecessary assignment.
Modified:
trunk/gui/ui/video.c
Modified: trunk/gui/ui/video.c
==============================================================================
--- trunk/gui/ui/video.c Thu Jan 24 15:40:36 2013 (r35844)
+++ trunk/gui/ui/video.c Thu Jan 24 15:54:49 2013 (r35845)
@@ -50,7 +50,6 @@ void uiVideoDraw( void )
wsWindowBackground(&guiApp.videoWindow, guiApp.video.R, guiApp.video.G, guiApp.video.B);
if ( guiApp.video.Bitmap.Image ) wsImageDraw( &guiApp.videoWindow );
}
- guiApp.videoWindow.State=0;
}
void uiVideoMouseHandle( int Button,int X,int Y,int RX,int RY )
More information about the MPlayer-cvslog
mailing list