aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2014-07-14 18:00:21 +0200
committeruruk2014-07-14 18:01:36 +0200
commit89295b789552a337645e8218e1f237772f0ac1ed (patch)
tree05fea94cbdeb7955b6d0ba35f6201df8d98de972
parent4d2c1315ac24870ac8b2d53cdc6b274893df7157 (diff)
downloadscummvm-rg350-89295b789552a337645e8218e1f237772f0ac1ed.tar.gz
scummvm-rg350-89295b789552a337645e8218e1f237772f0ac1ed.tar.bz2
scummvm-rg350-89295b789552a337645e8218e1f237772f0ac1ed.zip
CGE2: Remove unnecessary comment from ~Vga().
-rw-r--r--engines/cge2/vga13h.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/cge2/vga13h.cpp b/engines/cge2/vga13h.cpp
index 10c6bbd5a4..fef9b6b834 100644
--- a/engines/cge2/vga13h.cpp
+++ b/engines/cge2/vga13h.cpp
@@ -855,14 +855,6 @@ Vga::~Vga() {
_mono = 0;
Common::String buffer = "";
-/*
- clear(0);
- setMode(_oldMode);
- setColors();
- restoreScreen(_oldScreen);
- sunrise(_oldColors);
-*/
- warning("STUB: Vga::~Vga()");
free(_oldColors);
free(_newColors);