summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-02 08:35:37 -0800
committerJames Cook <james@lindenlab.com>2009-11-02 08:35:37 -0800
commitb4b516b96689a2f8001bfebd641af7bb871ab11d (patch)
tree21ceddff27907da78df05acff9e21e38d0b0a075 /indra/newview/llappviewer.cpp
parentc54faf28236dce5cf35233bf37ae64bd6837776f (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.cpp2
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;