# HG changeset patch # User ib # Date 1395656335 0 # Node ID 975c482d1afcfee8a02e389fa1064e342cc98af2 # Parent 7dacd58cd2bb745bdd18114d8566337d548fe763 Remove pointless btnModify() calls. These will be performed in the windows' draw handler prior to rendering anyway. diff -r 7dacd58cd2bb -r 975c482d1afc gui/ui/actions.c --- 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);