# HG changeset patch # User ib # Date 1359039289 0 # Node ID 0d703832d865b8faf7ba44426503a7440c7b5ca4 # Parent b4599f7974834968899b9f81007e0879a2225188 Remove unnecessary assignment. diff -r b4599f797483 -r 0d703832d865 gui/ui/video.c --- 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 )