diff options
author | Graham Madarasz <graham@lindenlab.com> | 2013-04-26 09:02:31 -0700 |
---|---|---|
committer | Graham Madarasz <graham@lindenlab.com> | 2013-04-26 09:02:31 -0700 |
commit | 3834cb6f8ae768a58b3b718eff5ae670a0c299f5 (patch) | |
tree | 1e683524bea895029e1cf108f6ec12aaf0cb11c4 /indra/newview/llpanelface.cpp | |
parent | b130308d1c021357523f29614f9382e39e991076 (diff) |
Fix linux breakage from sunshine merge
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-rwxr-xr-x | indra/newview/llpanelface.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index a82232101e..d106de3d73 100755 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -120,7 +120,6 @@ BOOL LLPanelFace::postBuild() childSetCommitCallback("maskcutoff",&LLPanelFace::onCommitMaterial, this); childSetAction("button align",&LLPanelFace::onClickAutoFix,this); - LLRect rect = this->getRect(); LLTextureCtrl* mTextureCtrl; LLTextureCtrl* mShinyTextureCtrl; LLTextureCtrl* mBumpyTextureCtrl; |