diff options
author | angela <angela@lindenlab.com> | 2010-01-14 11:40:24 +0800 |
---|---|---|
committer | angela <angela@lindenlab.com> | 2010-01-14 11:40:24 +0800 |
commit | 6a2b10d869a1598b3db17b62bc7f5f9bb8dae39e (patch) | |
tree | c2099e490a293ed661454971b58a65b75937e24d /indra/newview/llfloaterpreference.h | |
parent | 433eb89473e9aaa3864299b7ba50a320f14bba38 (diff) |
clean up LLFrstUse and it's notification but leave OverideKeys and Sandbox intact -- reviewed by james
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index b2bc34231d..b7ddc1fe64 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -110,8 +110,8 @@ public: void onClickSetKey(); void setKey(KEY key); void onClickSetMiddleMouse(); - void onClickSkipDialogs(); - void onClickResetDialogs(); +// void onClickSkipDialogs(); +// void onClickResetDialogs(); void onClickEnablePopup(); void onClickDisablePopup(); void resetAllIgnored(); |