diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-17 16:21:03 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-17 16:21:03 -0400 |
commit | 79f91264e2a24cefbd9b6334d9451491b4fdcfe9 (patch) | |
tree | da69b21b98c783589bbdd59380d9059d92469147 /indra/newview/llfloatersidepanelcontainer.h | |
parent | 2d0b329003d0350c12ce4686f1261e68ce39573b (diff) | |
parent | 8c35b1b58bad66bfb5302e598536c0262263cbcb (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatersidepanelcontainer.h')
-rwxr-xr-x | indra/newview/llfloatersidepanelcontainer.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/indra/newview/llfloatersidepanelcontainer.h b/indra/newview/llfloatersidepanelcontainer.h index b276821805..491723471f 100755 --- a/indra/newview/llfloatersidepanelcontainer.h +++ b/indra/newview/llfloatersidepanelcontainer.h @@ -30,8 +30,6 @@ #include "llfloater.h" -class LLSidepanelAppearance; - /** * Class LLFloaterSidePanelContainer * @@ -44,8 +42,6 @@ class LLSidepanelAppearance; */ class LLFloaterSidePanelContainer : public LLFloater { - friend class LLSidePanelAppearance; - private: static const std::string sMainPanelName; @@ -54,15 +50,11 @@ public: ~LLFloaterSidePanelContainer(); /*virtual*/ void onOpen(const LLSD& key); - /*virtual*/ void onClose(bool app_quitting); + /*virtual*/ void onClickCloseBtn(); - /*virtual*/ BOOL postBuild(); - void onConfirmationClose( const LLSD &confirm ); LLPanel* openChildPanel(const std::string& panel_name, const LLSD& params); - void close(); - static void showPanel(const std::string& floater_name, const LLSD& key); static void showPanel(const std::string& floater_name, const std::string& panel_name, const LLSD& key); @@ -86,12 +78,6 @@ public: } return panel; } - -private: - LLSidepanelAppearance* getSidePanelAppearance(); - -public: - bool mAppQuiting; }; #endif // LL_LLFLOATERSIDEPANELCONTAINER_H |