diff options
Diffstat (limited to 'indra/newview/llfloaterwindlight.h')
-rw-r--r-- | indra/newview/llfloaterwindlight.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/indra/newview/llfloaterwindlight.h b/indra/newview/llfloaterwindlight.h index 3b137e601f..f91e97595f 100644 --- a/indra/newview/llfloaterwindlight.h +++ b/indra/newview/llfloaterwindlight.h @@ -52,17 +52,19 @@ class LLFloaterWindLight : public LLFloater public: LLFloaterWindLight(const LLSD &key); virtual ~LLFloaterWindLight(); - + BOOL postBuild(); + /// initialize all void initCallbacks(void); +#if 0 /// one and one instance only static LLFloaterWindLight* instance(); // help button stuff static void onClickHelp(void* data); void initHelpBtn(const std::string& name, const std::string& xml_alert); - +#endif static bool newPromptCallback(const LLSD& notification, const LLSD& response); /// general purpose callbacks for dealing with color controllers @@ -116,6 +118,7 @@ public: //// menu management +#if 0 /// show off our menu static void show(LLEnvKey::EScope scope = LLEnvKey::SCOPE_LOCAL); @@ -124,7 +127,7 @@ public: /// stuff to do on exit virtual void onClose(bool app_quitting); - +#endif /// sync up sliders with parameters void syncMenu(); |