summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterwindlight.h
diff options
context:
space:
mode:
authortiggs@lindenlab.com <tiggs@lindenlab.com>2011-02-23 17:44:18 -0500
committertiggs@lindenlab.com <tiggs@lindenlab.com>2011-02-23 17:44:18 -0500
commit758fdbfe125d75bd2253a69337eab7fec7406ecf (patch)
tree4bead0bf6b11efc55d5eb91d2b3b25d44fdb5c31 /indra/newview/llfloaterwindlight.h
parent6bb02e0e260df2d00ab53376cf15af5e7e2fd12f (diff)
STORM-1126 WIP Windlight Estate Settings port from 1.23: baseline: read only windlight works
(resubmitted by Vadim ProductEngine)
Diffstat (limited to 'indra/newview/llfloaterwindlight.h')
-rw-r--r--indra/newview/llfloaterwindlight.h9
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();