summaryrefslogtreecommitdiff
path: root/indra/llui/llstatview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llstatview.cpp')
-rw-r--r--indra/llui/llstatview.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/llui/llstatview.cpp b/indra/llui/llstatview.cpp
index 6691f16c1e..ab4b0be97a 100644
--- a/indra/llui/llstatview.cpp
+++ b/indra/llui/llstatview.cpp
@@ -65,16 +65,6 @@ LLStatView::~LLStatView()
}
-// widget registrars
-struct StatViewRegistry : public LLWidgetRegistry<StatViewRegistry>
-{};
-
static StatViewRegistry::Register<LLStatBar> r1("stat_bar");
-const widget_registry_t& LLStatView::getChildRegistry() const
-{
- return StatViewRegistry::instance();
-}
-
-