We have persistent console and multi-instance settings and don't need them forced on debug builds

This commit is contained in:
Siana Gearz
2012-03-12 19:54:44 +01:00
parent 21170e1e18
commit 5d6b925823

View File

@@ -2047,7 +2047,7 @@ bool LLAppViewer::initConfiguration()
gSavedSettings.setString("VersionChannelName", gVersionChannel);
#ifndef LL_RELEASE_FOR_DOWNLOAD
#if 0 //#ifndef LL_RELEASE_FOR_DOWNLOAD
// provide developer build only overrides for these control variables that are not
// persisted to settings.xml
LLControlVariable* c = gSavedSettings.getControl("ShowConsoleWindow");