From f7fcce24e1da22815a589fbefcf34458d558acb4 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 3 Jul 2017 15:28:29 -0500 Subject: SCI32: Remove unused method declaration --- engines/sci/graphics/frameout.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines') 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 @@ -357,12 +357,6 @@ public: return 1; }; - /** - * 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. */ -- cgit v1.2.3