diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-01-22 20:02:10 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-01-22 20:02:10 +0200 |
commit | 16b1af72b2c5f723a84f37b9278ff3f2bdc17e7d (patch) | |
tree | 24f07a938a8d88bf4a4ded311bfc7f457e0a858d /indra/newview/llpanelplaceinfo.h | |
parent | 189329853b8d50da53f34dfa1cf42f49cc02df77 (diff) |
Fixed (EXT-4589) 'About Land' floater loose information after user quit Place Profile
- Fixed Places panel not to remove parcel selection when it is used by "About Land" floater.
--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 7dfc7b2444..3091f7ed24 100644 --- a/indra/newview/llpanelplaceinfo.h +++ b/indra/newview/llpanelplaceinfo.h @@ -94,7 +94,6 @@ public: /*virtual*/ void processParcelInfo(const LLParcelData& parcel_data); /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); - /*virtual*/ void handleVisibilityChange (BOOL new_visibility); // Create a pick for the location specified // by global_pos. |