aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index f88ee27cbd..74b5f1d0b3 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -249,8 +249,6 @@ int SkyEngine::go() {
if (_debugger->isAttached())
_debugger->onFrame();
- int32 frameTime = (int32)_system->getMillis();
-
if (shouldPerformAutoSave(_lastSaveTime)) {
if (_skyControl->loadSaveAllowed()) {
_lastSaveTime = _system->getMillis();