diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-23 15:09:37 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-23 15:09:37 -0700 |
commit | 1bcf6882c5faa94385f045e1c591da96408bb032 (patch) | |
tree | dd1ad52f6c8dc166a413d3a7d78fc1e3836e7dac /indra/llui/llui.cpp | |
parent | f50d28303c28fdccc5f06dcbc1147a9d3223d07f (diff) |
EXP-1207 : More on lltoolbarview. Still not rendering
Diffstat (limited to 'indra/llui/llui.cpp')
-rw-r--r-- | indra/llui/llui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 1bc575438c..a4303780fd 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -93,7 +93,6 @@ std::list<std::string> gUntranslated; static LLDefaultChildRegistry::Register<LLFilterEditor> register_filter_editor("filter_editor"); static LLDefaultChildRegistry::Register<LLFlyoutButton> register_flyout_button("flyout_button"); static LLDefaultChildRegistry::Register<LLSearchEditor> register_search_editor("search_editor"); -static LLDefaultChildRegistry::Register<LLToolBar> r1("toolbar"); // register other widgets which otherwise may not be linked in static LLDefaultChildRegistry::Register<LLLoadingIndicator> register_loading_indicator("loading_indicator"); |