aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/dc.h')
-rw-r--r--backends/dc/dc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/dc/dc.h b/backends/dc/dc.h
index 490a97ffea..3f40f8667d 100644
--- a/backends/dc/dc.h
+++ b/backends/dc/dc.h
@@ -73,7 +73,6 @@ class OSystem_Dreamcast : public OSystem {
// Draw a bitmap to screen.
// The screen will not be updated to reflect the new bitmap
void copyRectToScreen(const byte *buf, int pitch, int x, int y, int w, int h);
- void move_screen(int dx, int dy, int height);
// Update the dirty areas of the screen
void updateScreen();