aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/helpers.h')
-rw-r--r--engines/lastexpress/helpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lastexpress/helpers.h b/engines/lastexpress/helpers.h
index 6f94cf2a14..2331f2b261 100644
--- a/engines/lastexpress/helpers.h
+++ b/engines/lastexpress/helpers.h
@@ -57,7 +57,6 @@
#define setGlobalTimer(timer) getLogic()->getGameState()->setTimer(timer)
#define setCoords(coords) getLogic()->getGameState()->setCoordinates(coords)
#define getCoords() getLogic()->getGameState()->getCoordinates()
-#define setFrameCount(count) _engine->setFrameCounter(count)
#define getFrameCount() _engine->getFrameCounter()
// Scenes