diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-24 16:07:31 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-24 16:07:31 -0700 |
commit | 9b27e32a8d73e2f50a86562cf79f4ef637e83dae (patch) | |
tree | 4bda04f6b5ec0581459629583469723798423e5c /indra/newview/llviewerwindow.cpp | |
parent | 245a5a2814306836d61d6acc9ff852835d624ed9 (diff) |
Removing unused setting that is blocking my path to commit the subsequent change.
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 589714c25c..5550a0c88b 100755 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1700,9 +1700,6 @@ LLViewerWindow::LLViewerWindow(const Params& p) // Can't have spaces in settings.ini strings, so use underscores instead and convert them. LLStringUtil::replaceChar(mOverlayTitle, '_', ' '); - // sync the keyboard's setting with the saved setting - gSavedSettings.getControl("NumpadControl")->firePropertyChanged(); - mDebugText = new LLDebugText(this); mWorldViewRectScaled = calcScaledRect(mWorldViewRectRaw, mDisplayScale); |