aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/gp32.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/gp32/gp32.h')
-rw-r--r--backends/gp32/gp32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h
index 80b3160673..fbb0253773 100644
--- a/backends/gp32/gp32.h
+++ b/backends/gp32/gp32.h
@@ -47,10 +47,6 @@ public:
// 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);
- // Moves the screen content around by the given amount of pixels
- // but only the top height pixel rows, the rest stays untouched
- void move_screen(int dx, int dy, int height);
-
// Update the dirty areas of the screen
void updateScreen();