summaryrefslogtreecommitdiff
path: root/indra/llui/llpanel.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-09-23 20:06:35 -0700
committerRichard Linden <none@none>2011-09-23 20:06:35 -0700
commitc5d930b280c71dfd6ba2f63960c91895083ecc19 (patch)
tree82667ed2697747a0cf3d8494bd7294db51f4b0d1 /indra/llui/llpanel.h
parent3b41527537d814c6a59d912bc9e0c37654697a10 (diff)
made LLView a possible parent for all default widgets
Diffstat (limited to 'indra/llui/llpanel.h')
-rw-r--r--indra/llui/llpanel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llpanel.h b/indra/llui/llpanel.h
index 790025cb2d..ab1c87caff 100644
--- a/indra/llui/llpanel.h
+++ b/indra/llui/llpanel.h
@@ -96,9 +96,6 @@ public:
Params();
};
- // valid children for LLPanel are stored in this registry
- typedef LLDefaultChildRegistry child_registry_t;
-
protected:
friend class LLUICtrlFactory;
// RN: for some reason you can't just use LLUICtrlFactory::getDefaultParams as a default argument in VC8