summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-05-20 09:48:19 -0400
committerOz Linden <oz@lindenlab.com>2011-05-20 09:48:19 -0400
commit60f54abb33a8a0f4f3bd0fa23aee84d695486f92 (patch)
treee47719db985550fc0eb07a3f76e9dbc9144143c5 /indra/newview/llfloaterregioninfo.h
parent03202e5d4ddd371eb9b5822ef2fd7775fddb7f80 (diff)
STORM-1265: partial fix for region updates; further integration with new dialogs needed.
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index 373540b17e..412c72870a 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -227,14 +227,11 @@ public:
F32 getSunHour();
virtual bool refreshFromRegion(LLViewerRegion* region); // refresh local settings from region update from simulator
void setEnvControls(bool available); // Whether environment settings are available for this region
- void setCommitControls(bool available); // Whether user can currently commit (whether they changed anything)
- void cancelChanges(); // cancels changes, reverts local settings, and resyncs UI
BOOL validateTextureSizes();
//static void onChangeAnything(LLUICtrl* ctrl, void* userData); // callback for any change, to enable commit button
-protected:
static LLPanelRegionTerrainInfo* sPanelRegionTerrainInfo; // static instance pointer for singleton
virtual BOOL sendUpdate();