summaryrefslogtreecommitdiff
path: root/indra/llui/llui.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/llui.cpp
parent166a29e4ebd63d893edf94e8e550e42f56e9bec1 (diff)
eliminated a bunch of silent warnings on startup about multiple widget registration
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r--indra/llui/llui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp
index dff1cb93e7..7f9dca08d2 100644
--- a/indra/llui/llui.cpp
+++ b/indra/llui/llui.cpp
@@ -97,7 +97,6 @@ static LLDefaultChildRegistry::Register<LLFlyoutButton> register_flyout_button("
static LLDefaultChildRegistry::Register<LLSearchEditor> register_search_editor("search_editor");
// register other widgets which otherwise may not be linked in
-static LLDefaultChildRegistry::Register<LLMenuButton> register_menu_button("menu_button");
static LLDefaultChildRegistry::Register<LLLoadingIndicator> register_loading_indicator("loading_indicator");