remove all fb->blit() calls

TODO: check if plugins etc. need extra treatment


Origin commit data
------------------
Commit: c68ffa2155
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)
This commit is contained in:
Stefan Seyfried
2013-09-28 13:01:03 +02:00
parent 0597b88988
commit 14d73c9280
39 changed files with 6 additions and 147 deletions

View File

@@ -263,7 +263,6 @@ int CPictureViewerGui::show()
hide();
update=false;
paint();
frameBuffer->blit();
}
if (audioplayer)
@@ -636,7 +635,6 @@ int CPictureViewerGui::show()
loop = false;
}
}
frameBuffer->blit();
}
hide();