summaryrefslogtreecommitdiffstats
path: root/src/core/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Timer.h')
-rw-r--r--src/core/Timer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h
index 7b68303a..819bd30c 100644
--- a/src/core/Timer.h
+++ b/src/core/Timer.h
@@ -69,7 +69,3 @@ public:
static uint32 GetLogicalFramesPassed(void) { return m_LogicalFramesPassed; }
#endif
};
-
-#ifdef FIX_BUGS
-extern double frameTime;
-#endif