diff options
author | Dave Parks <davep@lindenlab.com> | 2010-06-17 20:47:41 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-06-17 20:47:41 -0500 |
commit | cb50a2395bc37f1f7833171a976f67af9f2df66d (patch) | |
tree | 57822487f245e369fcc03b311256b3f398226a03 /indra/newview/llstartup.h | |
parent | e90c1399bc859d828988905968167c179c32432b (diff) | |
parent | 9ed825fe5abd569e0e41016b19e3a040bfb09e7a (diff) |
merge
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index e1e108ca6a..b2868378bc 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -81,9 +81,6 @@ extern LLPointer<LLViewerTexture> gStartTexture; class LLStartUp { public: - static bool canGoFullscreen(); - // returns true if we are far enough along in startup to allow - // going full screen // Always use this to set gStartupState so changes are logged static void setStartupState( EStartupState state ); |