diff options
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-x | indra/newview/llfloaterpreference.h | 3 |
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(); |