diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-06-15 17:21:27 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-06-15 17:21:27 -0700 |
commit | 83a7a342ea83441c7fdcea1ac30cc61b2ab11546 (patch) | |
tree | 1fb435b5f5344caf05984d177777bfbd021d5bdf /indra/newview/llnearbychatbar.cpp | |
parent | 5f640843134a255536638df357fbbd2d3845858e (diff) |
removing fullscreen functionality
reviewed by richard cc#212
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
-rw-r--r-- | indra/newview/llnearbychatbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp index 46f531fdd9..a300e15edd 100644 --- a/indra/newview/llnearbychatbar.cpp +++ b/indra/newview/llnearbychatbar.cpp @@ -433,7 +433,6 @@ BOOL LLNearbyChatBar::handleKeyHere( KEY key, MASK mask ) { BOOL handled = FALSE; - // ALT-RETURN is reserved for windowed/fullscreen toggle if( KEY_RETURN == key && mask == MASK_CONTROL) { // shout |