diff options
-rw-r--r-- | engines/sci/graphics/frameout.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h index 1585a3440a..4bdb172e5e 100644 --- a/engines/sci/graphics/frameout.h +++ b/engines/sci/graphics/frameout.h @@ -358,12 +358,6 @@ public: }; /** - * Draws a portion of the current screen buffer to - * hardware. Used to display show styles in SCI2.1mid+. - */ - void showRect(const Common::Rect &rect); - - /** * Shakes the screen. */ void shakeScreen(const int16 numShakes, const ShakeDirection direction); |