diff options
Diffstat (limited to 'engines/lab/vga.cpp')
-rw-r--r-- | engines/lab/vga.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/lab/vga.cpp b/engines/lab/vga.cpp index 4c2584c480..d9633e97b5 100644 --- a/engines/lab/vga.cpp +++ b/engines/lab/vga.cpp @@ -63,13 +63,6 @@ uint16 g_NextKeyOut = 0; bool g_MouseAtEdge = false; /*****************************************************************************/ -/* Sets the display mode. */ -/*****************************************************************************/ -void setMode(char mode) { - // There are no modes for SDL. -} - -/*****************************************************************************/ /* Sets up either a low-res or a high-res 256 color screen. */ /*****************************************************************************/ bool createScreen(bool HiRes) { @@ -334,13 +327,6 @@ void ungetVGABaseAddr() { } /*****************************************************************************/ -/* Gets information about the current display. */ -/*****************************************************************************/ -void getMode(uint16 *Mode) { - // Only one mode in SDL. -} - -/*****************************************************************************/ /* Draws an image to the screen. */ /*****************************************************************************/ void drawImage(Image *Im, uint16 x, uint16 y) { |