diff options
author | Karl Stiefvater (qarl) <qarl@lindenlab.com> | 2010-05-03 15:23:45 -0500 |
---|---|---|
committer | Karl Stiefvater (qarl) <qarl@lindenlab.com> | 2010-05-03 15:23:45 -0500 |
commit | 8daf25b65c30f58889ed5923d43bf785cb758026 (patch) | |
tree | bae06fd43fcc061e6c9f1b0ac4e99e2a6b806b29 /indra/newview/llpanellogin.cpp | |
parent | 0cbdad70611201a94b9550598e61067faa1fac6b (diff) |
EXT-6775 Remove support for full-screen mode in Viewer 2. reviewed by davep.
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rw-r--r-- | indra/newview/llpanellogin.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index 529a368dc3..67aea5544d 100644 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -455,12 +455,6 @@ void LLPanelLogin::draw() // virtual BOOL LLPanelLogin::handleKeyHere(KEY key, MASK mask) { - if (( KEY_RETURN == key ) && (MASK_ALT == mask)) - { - gViewerWindow->toggleFullscreen(FALSE); - return TRUE; - } - if ( KEY_F1 == key ) { LLViewerHelp* vhelp = LLViewerHelp::getInstance(); |