diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-09 18:50:55 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-09 18:50:55 +0200 |
commit | 9c5d1fd3bd9f9cfb20341b9fb7b1046784206432 (patch) | |
tree | 527899bcfab321f7efeae76c3881c3b724e0a871 /indra/newview/llpanelplaceinfo.h | |
parent | b56f497098aca38ce8f0023b297dfd7171f8d7f4 (diff) |
- Reverted fix for normal bug EXT-2016 "Place Profile panel isn't resized". The reason is that some unnecessary free space is left in Place Profile panel.
- Cleaned up obsolete code from Place Profile panel.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaceinfo.h')
-rw-r--r-- | indra/newview/llpanelplaceinfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaceinfo.h b/indra/newview/llpanelplaceinfo.h index ba32cc4c34..133933a880 100644 --- a/indra/newview/llpanelplaceinfo.h +++ b/indra/newview/llpanelplaceinfo.h @@ -110,7 +110,6 @@ protected: LLUUID mRequestedID; LLVector3 mPosRegion; std::string mCurrentTitle; - S32 mMinHeight; INFO_TYPE mInfoType; LLTextBox* mTitle; |