summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authorJonathan Yap <jhwelch@gmail.com>2014-12-03 06:35:46 -0500
committerJonathan Yap <jhwelch@gmail.com>2014-12-03 06:35:46 -0500
commitcc22efa4c0d6b06bac6f49b6243df7726f89c7c4 (patch)
tree4ab1120c671cfb5953ee7e4f362df2da0ea319d9 /indra/newview/llfloaterpreference.h
parentade3953e380d9211ad6d332b9b27fa23e57a7d81 (diff)
STORM-2082 Remove Apply button.
Add new control variable to track which preset is active. Save settings to active preset when clicking on Ok button. Initial work to make pulldown operational. Still to do: add pretty icon for current preset. Notifications do not appear when called from this panel.
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-xindra/newview/llfloaterpreference.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index 4a6a2eda71..d43c41272a 100755
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -97,7 +97,6 @@ public:
protected:
void onBtnOK();
void onBtnCancel();
- void onBtnApply();
void onClickClearCache(); // Clear viewer texture cache, vfs, and VO cache on next startup
void onClickBrowserClearCache(); // Clear web history and caches as well as viewer caches above
@@ -248,8 +247,6 @@ class LLPanelPreferenceGraphics : public LLPanelPreference
{
public:
BOOL postBuild();
- void draw();
- void apply();
void cancel();
void saveSettings();
void setHardwareDefaults();