diff options
Diffstat (limited to 'src/utils/timer.h')
-rw-r--r-- | src/utils/timer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils/timer.h b/src/utils/timer.h index ac8136a6e..fa2dd2459 100644 --- a/src/utils/timer.h +++ b/src/utils/timer.h @@ -23,11 +23,6 @@ #include "localconsts.h" -/** - * Set the milliseconds value of a tick time. - */ -static const int MILLISECONDS_IN_A_TICK = 10; - extern volatile int fps; extern volatile int lps; extern volatile int tick_time; |