Mercurial > mplayer.hg
changeset 36957:975c482d1afc
Remove pointless btnModify() calls.
These will be performed in the windows' draw handler
prior to rendering anyway.
author | ib |
---|---|
date | Mon, 24 Mar 2014 10:18:55 +0000 |
parents | 7dacd58cd2bb |
children | f11488e801a9 |
files | gui/ui/actions.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.c Mon Mar 24 10:16:01 2014 +0000 +++ b/gui/ui/actions.c Mon Mar 24 10:18:55 2014 +0000 @@ -654,9 +654,6 @@ /* */ - btnModify(evSetVolume, guiInfo.Volume); - btnModify(evSetBalance, guiInfo.Balance); - btnModify(evSetMoviePosition, guiInfo.Position); btnSet(evFullScreen, (guiApp.videoWindow.isFullScreen ? btnPressed : btnReleased)); wsWindowLayer(wsDisplay, guiApp.mainWindow.WindowID, guiApp.videoWindow.isFullScreen);