diff options
-rw-r--r-- | engines/cge2/vga13h.cpp | 8 |
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); |