# HG changeset patch # User ib # Date 1375377010 0 # Node ID 428bd1b127bd236009260bd169feff7db0224811 # Parent a2b83ead3f9100902287e8b6666526cb7401774e Remove needless GUI_HANDLE_EVENTS call. Media playback has just begun and there's a regular GUI_HANDLE_EVENTS call coming shortly after. diff -r a2b83ead3f91 -r 428bd1b127bd mplayer.c --- a/mplayer.c Thu Aug 01 14:28:16 2013 +0000 +++ b/mplayer.c Thu Aug 01 17:10:10 2013 +0000 @@ -3815,11 +3815,6 @@ // current_module="draw_osd"; // if(vo_config_count) mpctx->video_out->draw_osd(); -#ifdef CONFIG_GUI - if (use_gui) - gui(GUI_HANDLE_EVENTS, 0); -#endif - current_module = "vo_check_events"; if (vo_config_count) mpctx->video_out->check_events();