diff options
author | Colin Snover | 2017-07-03 15:28:29 -0500 |
---|---|---|
committer | Colin Snover | 2017-07-06 19:12:37 -0500 |
commit | f7fcce24e1da22815a589fbefcf34458d558acb4 (patch) | |
tree | b2ea0f31111680db587e180fcf1f3a22f6d6e4af /engines | |
parent | 35346bc71bbe8dd122e8167d6850e1fdc3280038 (diff) | |
download | scummvm-rg350-f7fcce24e1da22815a589fbefcf34458d558acb4.tar.gz scummvm-rg350-f7fcce24e1da22815a589fbefcf34458d558acb4.tar.bz2 scummvm-rg350-f7fcce24e1da22815a589fbefcf34458d558acb4.zip |
SCI32: Remove unused method declaration
Diffstat (limited to 'engines')
-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); |