summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index de3cf1a81b..c9b27e9802 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1701,11 +1701,7 @@ std::string LLAppViewer::getSettingsFilename(const std::string& location_key,
void LLAppViewer::loadColorSettings()
{
- if(!LLUIColorTable::instance().loadFromSettings())
- {
- convert_legacy_color_settings();
- LLUIColorTable::instance().loadFromSettings();
- }
+ LLUIColorTable::instance().loadFromSettings();
}
bool LLAppViewer::initConfiguration()