diff options
author | richard <none@none> | 2009-10-30 11:45:27 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 11:45:27 -0700 |
commit | fd1e10a4ca7e32a7f1cfe29637dd994c69625e84 (patch) | |
tree | 062b3073f1e8b1e539c81dc6c8f235585f48d007 /indra/llui/llpanel.cpp | |
parent | 31eac6e0eeae507a13a23a9116c87eb815ab8141 (diff) | |
parent | 0d9682113d28b9814374a784a9724aa1ba4bb942 (diff) |
merge
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); |