aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/scenery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/scenery.cpp')
-rw-r--r--engines/gob/scenery.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/gob/scenery.cpp b/engines/gob/scenery.cpp
index 6061e75272..917c1995c5 100644
--- a/engines/gob/scenery.cpp
+++ b/engines/gob/scenery.cpp
@@ -290,11 +290,6 @@ void Scenery::interRenderStatic(void) {
renderStatic(index, layer);
}
-void Scenery::interLoadCurLayer(void) {
- _vm->_inter->evalExpr(&_curStatic);
- _vm->_inter->evalExpr(&_curStaticLayer);
-}
-
void Scenery::updateStatic(int16 orderFrom) {
StaticLayer *layerPtr;
PieceDesc **pictPtr;