diff options
author | prep@lindenlab.com <prep@lindenlab.com> | 2013-06-14 12:34:45 -0500 |
---|---|---|
committer | prep@lindenlab.com <prep@lindenlab.com> | 2013-06-14 12:34:45 -0500 |
commit | 8c35b1b58bad66bfb5302e598536c0262263cbcb (patch) | |
tree | 67b0ecd3292632dc749d9d4bb967641928c65b53 /indra/newview/llfloatersidepanelcontainer.h | |
parent | 4cf208cc7c5065f55e3e6ec121ec65a85775e0c7 (diff) |
WIP: sh-4035 backed out changes to appearance window confirmation
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 |