diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-05-25 18:45:27 -0700 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-25 18:45:27 -0700 |
| commit | b8bc62a514786121ac34857c0e052040e603d4e4 (patch) | |
| tree | bfcfda56d2331d92efe98294f68b04146b15770d /indra/newview/llviewerwindow.cpp | |
| parent | b2b446aed7f7f32151bc152ba25d44253ebf864f (diff) | |
| parent | 403ed9656bf4c0c92004cce44d08972b9bd6ee43 (diff) | |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
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 ecd76f5495..3138b8d3bb 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); |
