diff options
author | Richard Linden <none@none> | 2011-09-20 18:47:13 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-20 18:47:13 -0700 |
commit | bc3f0e0a81af79820a0c0a6877d266fca46ef917 (patch) | |
tree | 0ad752e4529b972de71b0086846a3ab11fad0525 /indra/newview/llstatusbar.h | |
parent | c196013b697102805e8aa160a85f38dccb623851 (diff) |
EXP-1230 FIX As a resident, I want to not have to choose a UI mode
removed all references to basic mode
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r-- | indra/newview/llstatusbar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h index 6feeab393b..4ea3183d18 100644 --- a/indra/newview/llstatusbar.h +++ b/indra/newview/llstatusbar.h @@ -92,8 +92,6 @@ private: void onMouseEnterVolume(); void onMouseEnterNearbyMedia(); void onClickScreen(S32 x, S32 y); - void onModeChange(const LLSD& original_value, const LLSD& new_value); - void onModeChangeConfirm(const LLSD& original_value, const LLSD& new_value, const LLSD& notification, const LLSD& response); static void onClickMediaToggle(void* data); static void onClickBalance(void* data); |