summaryrefslogtreecommitdiff
path: root/indra/llui/llloadingindicator.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-07-01 14:19:07 -0700
committerRichard Linden <none@none>2010-07-01 14:19:07 -0700
commit551acaa2df046a25f90d716bd1153522821073e9 (patch)
treed5f0678f7978ff184c83a0acd9576d36929d31a6 /indra/llui/llloadingindicator.cpp
parent166a29e4ebd63d893edf94e8e550e42f56e9bec1 (diff)
eliminated a bunch of silent warnings on startup about multiple widget registration
Diffstat (limited to 'indra/llui/llloadingindicator.cpp')
-rw-r--r--indra/llui/llloadingindicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llloadingindicator.cpp b/indra/llui/llloadingindicator.cpp
index f8b029e19c..bf92f77386 100644
--- a/indra/llui/llloadingindicator.cpp
+++ b/indra/llui/llloadingindicator.cpp
@@ -41,7 +41,7 @@
#include "lluictrlfactory.h"
#include "lluiimage.h"
-static LLDefaultChildRegistry::Register<LLLoadingIndicator> r("loading_indicator");
+//static LLDefaultChildRegistry::Register<LLLoadingIndicator> r("loading_indicator");
///////////////////////////////////////////////////////////////////////////////
// LLLoadingIndicator::Data class