diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-01 20:25:01 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-01 20:25:01 +0200 |
commit | 56504054d8e0cba815c25035ed7dd71015cf3222 (patch) | |
tree | 40d9d3a349390437d736560ac51b52f590f81d78 /indra/newview/llpanelplaces.h | |
parent | 857bc15a39018a75b04ed39430466880c24b3f48 (diff) |
Fixed normal bug EXT-2346 "My Landmarks accordion panels shouldn't be displayed if there are no landmarks in respective folders".
- Added updating accordions contents in idle routine.
- Removed inventory observer.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r-- | indra/newview/llpanelplaces.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index 0d97353b66..5f9aed6357 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -120,10 +120,6 @@ private: // be available (hence zero) LLVector3d mPosGlobal; - // Search string for filtering landmarks and teleport - // history locations - std::string mFilterSubString; - // Information type currently shown in Place Information panel std::string mPlaceInfoType; |