diff options
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 803c8325c2..8c7af9ebf7 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -108,6 +108,7 @@ #include "lldebugview.h" #include "llconsole.h" #include "llcontainerview.h" +#include "llfloaterstats.h" #include "llhoverview.h" #include "llsdserialize.h" @@ -210,13 +211,6 @@ extern OSStatus DisplayReleaseNotes(void); #endif // LL_DARWIN -#include "moviemaker.h" -extern BOOL gbCapturing; - -#if !LL_SOLARIS - extern MovieMaker gMovieMaker; -#endif - extern BOOL gRandomizeFramerate; extern BOOL gPeriodicSlowFrame; @@ -1425,12 +1419,6 @@ bool LLAppViewer::mainLoop() LLFloaterSnapshot::update(); // take snapshots -#if !LL_SOLARIS - if (gbCapturing) - { - gMovieMaker.Snap(); - } -#endif #if LL_WINDOWS && LL_LCD_COMPILE // update LCD Screen gLcdScreen->UpdateDisplay(); @@ -2440,7 +2428,7 @@ void LLAppViewer::cleanupSavedSettings() if (gDebugView) { gSavedSettings.setBOOL("ShowDebugConsole", gDebugView->mDebugConsolep->getVisible()); - gSavedSettings.setBOOL("ShowDebugStats", gDebugView->mStatViewp->getVisible()); + gSavedSettings.setBOOL("ShowDebugStats", gDebugView->mFloaterStatsp->getVisible()); } } |