diff options
author | James Cook <james@lindenlab.com> | 2009-11-02 08:35:37 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-02 08:35:37 -0800 |
commit | b4b516b96689a2f8001bfebd641af7bb871ab11d (patch) | |
tree | 21ceddff27907da78df05acff9e21e38d0b0a075 /indra/newview/llappviewer.cpp | |
parent | c54faf28236dce5cf35233bf37ae64bd6837776f (diff) |
Fix unclear function names around Pacific versus "SLT" time in string operations.
Reviewed with Brad.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 06c9171d67..873215169e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -238,8 +238,6 @@ U32 gFrameCount = 0; U32 gForegroundFrameCount = 0; // number of frames that app window was in foreground LLPumpIO* gServicePump = NULL; -BOOL gPacificDaylightTime = FALSE; - U64 gFrameTime = 0; F32 gFrameTimeSeconds = 0.f; F32 gFrameIntervalSeconds = 0.f; |