summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrlfactory.cpp
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2009-08-15 00:45:43 +0000
committerSteven Bennetts <steve@lindenlab.com>2009-08-15 00:45:43 +0000
commit6b31bc72294d72d14e9761c9c05815081517e23b (patch)
tree5f14df294f788be8aa49824aa93a8fc78c4872d3 /indra/llui/lluictrlfactory.cpp
parent3b65da1fad46eda2c97681879fce8880f7462082 (diff)
EXT-490 Voice device settings unsaved
EXT-466 Statistics window is empty EXT-488 Minimap does not open
Diffstat (limited to 'indra/llui/lluictrlfactory.cpp')
-rw-r--r--indra/llui/lluictrlfactory.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp
index 586b988c43..a4c9728402 100644
--- a/indra/llui/lluictrlfactory.cpp
+++ b/indra/llui/lluictrlfactory.cpp
@@ -84,12 +84,6 @@ LLFastTimer::DeclareTimer FTM_INIT_FROM_PARAMS("Widget InitFromParams");
LLFastTimer::DeclareTimer FTM_WIDGET_SETUP("Widget Setup");
//-----------------------------------------------------------------------------
-// Register widgets that are purely data driven here so they get linked in
-#include "llstatview.h"
-static LLDefaultChildRegistry::Register<LLStatView>
- register_stat_view("stat_view");
-
-//-----------------------------------------------------------------------------
// UI Ctrl class for padding
class LLUICtrlLocate : public LLUICtrl