Skip to content
Snippets Groups Projects
Commit 791858f5 authored by callum_linden's avatar callum_linden
Browse files

Update to build on Xcode 6.0: remove unused variable [-Wunused-const-variable]

parent 4785da9b
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ U64 LLFrameTimer::sTotalTime = 0; ...@@ -37,7 +37,6 @@ U64 LLFrameTimer::sTotalTime = 0;
F64 LLFrameTimer::sTotalSeconds = 0.0; F64 LLFrameTimer::sTotalSeconds = 0.0;
S32 LLFrameTimer::sFrameCount = 0; S32 LLFrameTimer::sFrameCount = 0;
U64 LLFrameTimer::sFrameDeltaTime = 0; U64 LLFrameTimer::sFrameDeltaTime = 0;
const F64 USEC_PER_SECOND = 1000000.0;
const F64 USEC_TO_SEC_F64 = 0.000001; const F64 USEC_TO_SEC_F64 = 0.000001;
// static // static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment