aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/frameout.cpp')
-rw-r--r--engines/sci/graphics/frameout.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index 843fe5ed86..bf43c8b63b 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -1272,14 +1272,6 @@ void GfxFrameout::throttle() {
}
}
-void GfxFrameout::showRect(const Common::Rect &rect) {
- if (!rect.isEmpty()) {
- _showList.clear();
- _showList.add(rect);
- showBits();
- }
-}
-
void GfxFrameout::shakeScreen(int16 numShakes, const ShakeDirection direction) {
if (direction & kShakeHorizontal) {
// Used by QFG4 room 750