changeset 35751:0d703832d865

Remove unnecessary assignment.
author ib
date Thu, 24 Jan 2013 14:54:49 +0000
parents b4599f797483
children d302b71c644e
files gui/ui/video.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/video.c	Thu Jan 24 14:40:36 2013 +0000
+++ b/gui/ui/video.c	Thu Jan 24 14:54:49 2013 +0000
@@ -50,7 +50,6 @@
    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 )