diff options
Diffstat (limited to 'indra/newview/llpanelland.h')
-rw-r--r-- | indra/newview/llpanelland.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llpanelland.h b/indra/newview/llpanelland.h index 9a7e977711..02e7e7bf38 100644 --- a/indra/newview/llpanelland.h +++ b/indra/newview/llpanelland.h @@ -46,7 +46,7 @@ class LLPanelLandInfo : public LLPanel { public: - LLPanelLandInfo(const std::string& name); + LLPanelLandInfo(); virtual ~LLPanelLandInfo(); void refresh(); @@ -60,7 +60,6 @@ protected: static void onClickDivide(void*); static void onClickJoin(void*); static void onClickAbout(void*); - static void onShowOwnersHelp(void*); protected: //LLTextBox* mTextPriceLabel; |