Mercurial > mplayer.hg
changeset 36286:428bd1b127bd
Remove needless GUI_HANDLE_EVENTS call.
Media playback has just begun and there's a regular
GUI_HANDLE_EVENTS call coming shortly after.
author | ib |
---|---|
date | Thu, 01 Aug 2013 17:10:10 +0000 |
parents | a2b83ead3f91 |
children | 3a1b89dc7070 |
files | mplayer.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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();