diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-09 14:32:22 -0800 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-09 14:32:22 -0800 |
commit | bdd994d186369afdfd263d4c40689b165b75bee6 (patch) | |
tree | d5280e34a5a2806bf81a4bf2b85917d4fe41e424 /indra | |
parent | 07e3f01389c6f86a370e6b591bf8e7d1ccff2729 (diff) |
Get rid of un-used LLUUID. Reviewed by Kelly
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 49d4983294..7ced909dd3 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1965,7 +1965,6 @@ bool idle_startup() // Start automatic replay if the flag is set. if (gSavedSettings.getBOOL("StatsAutoRun") || LLAgentPilot::sReplaySession) { - LLUUID id; LL_DEBUGS("AppInit") << "Starting automatic playback" << LL_ENDL; gAgentPilot.startPlayback(); } |