aboutsummaryrefslogtreecommitdiff
path: root/gob/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/global.cpp')
-rw-r--r--gob/global.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gob/global.cpp b/gob/global.cpp
index 220f417cb1..084400d535 100644
--- a/gob/global.cpp
+++ b/gob/global.cpp
@@ -88,8 +88,6 @@ Global::Global(GobEngine *vm) : _vm(vm) {
_oldMode = 3;
_dontSetPalette = 0;
- _curPrimaryDesc = 0;
- _allocatedPrimary = 0;
_pPrimarySurfDesc = 0;
_pPaletteDesc = 0;
@@ -146,8 +144,6 @@ Global::Global(GobEngine *vm) : _vm(vm) {
_inter_mouseX = 0;
_inter_mouseY = 0;
-
- _tmpPalBuffer = 0;
}
} // End of namespace Gob