diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-02 12:13:52 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-11-02 12:13:52 -0500 |
commit | cdf639087011dc7f4510cedd9951e8d890818b97 (patch) | |
tree | 6d70a6994ab11f0677370dda4f80a205d00660a1 /indra/llui/llpanel.cpp | |
parent | 7335c6276865061d8b4a549b7cf29f8a8df929a0 (diff) | |
parent | 3783852444825edf420e6109927df21fd004c3e7 (diff) |
merging in viewer2 changes
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/llui/llpanel.cpp')
-rw-r--r-- | indra/llui/llpanel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llpanel.cpp b/indra/llui/llpanel.cpp index 0d340699c5..07c0f3ce84 100644 --- a/indra/llui/llpanel.cpp +++ b/indra/llui/llpanel.cpp @@ -110,8 +110,6 @@ LLPanel::LLPanel(const LLPanel::Params& p) // *NOTE: Be sure to also change LLPanel::initFromParams(). We have too // many classes derived from LLPanel to retrofit them all to pass in params. { - setIsChrome(FALSE); - if (p.has_border) { addBorder(p.border); |