remove all fb->blit() calls

TODO: check if plugins etc. need extra treatment


Origin commit data
------------------
Branch: ni/coolstream
Commit: c68ffa2155
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-09-28 13:01:03 +02:00
parent c945ffc3f9
commit c4c20a0790
39 changed files with 6 additions and 147 deletions

View File

@@ -90,7 +90,6 @@ void CAudioMute::AudioMute(int newValue, bool isEvent)
frameBuffer->setFbArea(CFrameBuffer::FB_PAINTAREA_MUTEICON1);
}
frameBuffer->fbNoCheck(false);
frameBuffer->blit();
if (doInit)
CVolumeHelper::getInstance()->refresh();
@@ -120,5 +119,4 @@ void CAudioMute::enableMuteIcon(bool enable)
do_paint_mute_icon = false;
}
frameBuffer->fbNoCheck(false);
frameBuffer->blit();
}