From 4bd05071e511c077811040c7c746d1c5f8e8c3f8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 4 Sep 2004 01:31:04 +0000 Subject: Got rid of OSystem::move_screen svn-id: r14882 --- backends/null/null.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'backends/null/null.cpp') diff --git a/backends/null/null.cpp b/backends/null/null.cpp index 3e2b07cd53..ff23217483 100644 --- a/backends/null/null.cpp +++ b/backends/null/null.cpp @@ -52,7 +52,6 @@ public: virtual void setPalette(const byte *colors, uint start, uint num); virtual void copyRectToScreen(const byte *buf, int pitch, int x, int y, int w, int h); virtual void updateScreen(); - virtual void move_screen(int dx, int dy, int height); virtual void set_shake_pos(int shakeOffset); virtual void showOverlay(); @@ -181,10 +180,6 @@ void OSystem_NULL::updateScreen() { } -void OSystem_NULL::move_screen(int dx, int dy, int height) -{ -} - void OSystem_NULL::set_shake_pos(int shakeOffset) { } -- cgit v1.2.3