summaryrefslogtreecommitdiff
path: root/indra/llcommon/lltracerecording.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-19 11:28:37 -0700
committerRichard Linden <none@none>2013-07-19 11:28:37 -0700
commiteb8d552df76540e7b0b533f0c10c5faa541299a4 (patch)
tree43b530f5c5eb0ea545251047d1a5c398803a46b3 /indra/llcommon/lltracerecording.cpp
parent075a7bcc980b0ca0d2888d344b6afa8ab5b52d85 (diff)
parent29930baf23fbd8cd147cd78f60d01496479ae78e (diff)
Automated merge with https://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/llcommon/lltracerecording.cpp')
-rw-r--r--indra/llcommon/lltracerecording.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp
index 5d43771cb2..48b5a7c3fa 100644
--- a/indra/llcommon/lltracerecording.cpp
+++ b/indra/llcommon/lltracerecording.cpp
@@ -41,7 +41,6 @@ namespace LLTrace
Recording::Recording(EPlayState state)
: mElapsedSeconds(0),
mInHandOff(false)
-
{
mBuffers = new AccumulatorBufferGroup();
setPlayState(state);