aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/dc.h')
-rw-r--r--backends/platform/dc/dc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h
index 0b9b9112af..4893b5a37c 100644
--- a/backends/platform/dc/dc.h
+++ b/backends/platform/dc/dc.h
@@ -88,9 +88,6 @@ class OSystem_Dreamcast : public BaseBackend, public FilesystemFactory {
virtual Graphics::Surface *lockScreen();
virtual void unlockScreen();
- // Fill the screen with a given color
- void fillScreen(uint32 col);
-
// Update the dirty areas of the screen
void updateScreen();