diff options
author | Jacek Antonelli | 2008-11-29 12:27:12 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-29 12:27:12 -0600 |
commit | cbf968ee5957d3c31f3c732a56d2164e031aafba (patch) | |
tree | 230ce89518a7ec63ceb0659e8ec5184d46ac66f1 /linden | |
parent | Fixed search window not refreshing in RelWithDebInfo builds. (diff) | |
download | meta-impy-cbf968ee5957d3c31f3c732a56d2164e031aafba.zip meta-impy-cbf968ee5957d3c31f3c732a56d2164e031aafba.tar.gz meta-impy-cbf968ee5957d3c31f3c732a56d2164e031aafba.tar.bz2 meta-impy-cbf968ee5957d3c31f3c732a56d2164e031aafba.tar.xz |
Stop console window from always showing up.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 6301421..243a9d8 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -1604,11 +1604,6 @@ bool LLAppViewer::initConfiguration() | |||
1604 | 1604 | ||
1605 | gSavedSettings.setString("VersionChannelName", IMP_VIEWER_NAME); | 1605 | gSavedSettings.setString("VersionChannelName", IMP_VIEWER_NAME); |
1606 | 1606 | ||
1607 | #ifndef LL_RELEASE_FOR_DOWNLOAD | ||
1608 | gSavedSettings.setBOOL("ShowConsoleWindow", TRUE); | ||
1609 | gSavedSettings.setBOOL("AllowMultipleViewers", TRUE); | ||
1610 | #endif | ||
1611 | |||
1612 | #if !LL_DYNAMIC_FONT_DISCOVERY | 1607 | #if !LL_DYNAMIC_FONT_DISCOVERY |
1613 | // static font discovery - user settings can override. | 1608 | // static font discovery - user settings can override. |
1614 | gSavedSettings.setString("FontSansSerifFallback", | 1609 | gSavedSettings.setString("FontSansSerifFallback", |