From ebdbdc42f801bc26f3f80252d7ea36e9bfd29d51 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Tue, 6 Oct 2009 20:03:04 +0000 Subject: EXT-1013 - tab ordering is inconsistent in the preferences window reviewed by James --- indra/llui/lluictrlfactory.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'indra/llui/lluictrlfactory.cpp') diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp index 4ce6677294..d8633453a8 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -379,14 +379,6 @@ BOOL LLUICtrlFactory::getAttributeColor(LLXMLNodePtr node, const std::string& na return res; } -//static -void LLUICtrlFactory::setCtrlParent(LLView* view, LLView* parent, S32 tab_group) -{ - if (tab_group < 0) tab_group = parent->getLastTabGroup(); - parent->addChild(view, tab_group); -} - - // Avoid directly using LLUI and LLDir in the template code //static std::string LLUICtrlFactory::findSkinnedFilename(const std::string& filename) -- cgit v1.3