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/llstartup.cpp | |
parent | 5f640843134a255536638df357fbbd2d3845858e (diff) |
removing fullscreen functionality
reviewed by richard cc#212
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 9bfcceab2f..dbfb0ec4ab 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2638,12 +2638,6 @@ void reset_login() //--------------------------------------------------------------------------- - -bool LLStartUp::canGoFullscreen() -{ - return gStartupState >= STATE_WORLD_INIT; -} - // Initialize all plug-ins except the web browser (which was initialized // early, before the login screen). JC void LLStartUp::multimediaInit() |