summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrlfactory.cpp
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2009-10-06 20:03:04 +0000
committerRichard Nelson <richard@lindenlab.com>2009-10-06 20:03:04 +0000
commitebdbdc42f801bc26f3f80252d7ea36e9bfd29d51 (patch)
tree57e846855ff23c566ddb47e81aa10506d8a112bf /indra/llui/lluictrlfactory.cpp
parent0e9968387ca1a787fccbff38c663ad09ed307b86 (diff)
EXT-1013 - tab ordering is inconsistent in the preferences window
reviewed by James
Diffstat (limited to 'indra/llui/lluictrlfactory.cpp')
-rw-r--r--indra/llui/lluictrlfactory.cpp8
1 files changed, 0 insertions, 8 deletions
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)