summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-07-18 16:31:22 -0400
committerNat Goodspeed <nat@lindenlab.com>2012-07-18 16:31:22 -0400
commit5e1e44ca7ea6fdbfb34a3a3968d5f07fc0ff3d7a (patch)
tree3b8d3431d65bb32dfc7454526a1e66f2e5a5d451 /indra/llui
parent7f609b6a6958f519bb1becb604132b583ada3fad (diff)
parent55a7bdf8d3f59b0d1973d1ec22d3c8770a077723 (diff)
MAINT-1175: merge backout LLRegistrySingleton<std::type_info::name()>
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/lluictrlfactory.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llui/lluictrlfactory.h b/indra/llui/lluictrlfactory.h
index d612ad5005..ab16805cb1 100644
--- a/indra/llui/lluictrlfactory.h
+++ b/indra/llui/lluictrlfactory.h
@@ -34,15 +34,6 @@
class LLView;
-// sort functor for typeid maps
-struct LLCompareTypeID
-{
- bool operator()(const std::type_info* lhs, const std::type_info* rhs) const
- {
- return lhs->before(*rhs);
- }
-};
-
// lookup widget constructor funcs by widget name
template <typename DERIVED_TYPE>
class LLChildRegistry : public LLRegistrySingleton<std::string, LLWidgetCreatorFunc, DERIVED_TYPE>