diff options
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r-- | indra/newview/llpanelplaces.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index 39eb5261db..e2d281dd84 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -37,10 +37,6 @@ class LLInventoryItem; class LLFilterEditor; class LLLandmark; - -class LLPanelLandmarkInfo; -class LLPanelPlaceProfile; - class LLPanelPickEdit; class LLPanelPlaceInfo; class LLPanelPlacesTab; @@ -89,16 +85,13 @@ private: void togglePickPanel(BOOL visible); void togglePlaceInfoPanel(BOOL visible); + void onAgentParcelChange(); void updateVerbs(); - LLPanelPlaceInfo* getCurrentInfoPanel(); - LLFilterEditor* mFilterEditor; LLPanelPlacesTab* mActivePanel; LLTabContainer* mTabContainer; - LLPanelPlaceProfile* mPlaceProfile; - LLPanelLandmarkInfo* mLandmarkInfo; - + LLPanelPlaceInfo* mPlaceInfo; LLPanelPickEdit* mPickPanel; LLToggleableMenu* mPlaceMenu; LLToggleableMenu* mLandmarkMenu; |