diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-09 13:46:01 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-09 13:46:01 +0300 |
commit | 18c35a52c5cd157b72403bf3a43123e922c9079b (patch) | |
tree | 073bd1c5f70835aeb2ee78a444cd4415c0f64bc1 /indra/newview/llstartup.cpp | |
parent | 60a92dbaa49b07eca00ebb12edff02c14f1f5f96 (diff) | |
parent | ae43801f44d6c1c23bb6aea17452c7ddcdec65a3 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index e51e6363dd..fff80e57dc 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -781,9 +781,6 @@ bool idle_startup() gViewerWindow->getWindow()->show(); display_startup(); - //DEV-10530. do cleanup. remove at some later date. jan-2009 - LLFloaterPreference::cleanupBadSetting(); - // DEV-16927. The following code removes errant keystrokes that happen while the window is being // first made visible. #ifdef _WIN32 |