aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/vga.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2015-11-17 18:56:47 +0100
committerWillem Jan Palenstijn2015-12-23 21:33:41 +0100
commit647b0355c9a8ea4f7eef36b12dfdc148799116ba (patch)
tree7a069ce6675d9678ba5fa0a36f84a6742ab30cae /engines/lab/vga.cpp
parentad29493fa73cf40d3ba94fc5d58183ac355b4144 (diff)
downloadscummvm-rg350-647b0355c9a8ea4f7eef36b12dfdc148799116ba.tar.gz
scummvm-rg350-647b0355c9a8ea4f7eef36b12dfdc148799116ba.tar.bz2
scummvm-rg350-647b0355c9a8ea4f7eef36b12dfdc148799116ba.zip
LAB: Cleanup
Diffstat (limited to 'engines/lab/vga.cpp')
-rw-r--r--engines/lab/vga.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/lab/vga.cpp b/engines/lab/vga.cpp
index aa31d19771..013b6ee9a6 100644
--- a/engines/lab/vga.cpp
+++ b/engines/lab/vga.cpp
@@ -88,19 +88,6 @@ bool createScreen(bool HiRes) {
/*****************************************************************************/
/* Sets the current page on the VGA card. */
/*****************************************************************************/
-void setPage(uint16 PageNum) {
- // PageNum should always calculated out to zero for SDL.
- assert(PageNum == 0);
-}
-
-void VGAStorePage() {
- // does nothing in SDL
-}
-
-void VGARestorePage() {
- // does nothing in SDL
-}
-
void changeVolume(int delta) {
warning("STUB: changeVolume()");
}