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/llwindow/llkeyboard.cpp | |
parent | 245a5a2814306836d61d6acc9ff852835d624ed9 (diff) |
Removing unused setting that is blocking my path to commit the subsequent change.
Diffstat (limited to 'indra/llwindow/llkeyboard.cpp')
-rw-r--r-- | indra/llwindow/llkeyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llkeyboard.cpp b/indra/llwindow/llkeyboard.cpp index 53cecf9d4a..8b356ba138 100644 --- a/indra/llwindow/llkeyboard.cpp +++ b/indra/llwindow/llkeyboard.cpp @@ -46,7 +46,7 @@ LLKeyStringTranslatorFunc* LLKeyboard::mStringTranslator = NULL; // Used for l10 // Class Implementation // -LLKeyboard::LLKeyboard() : mCallbacks(NULL), mNumpadDistinct(ND_NUMLOCK_OFF) +LLKeyboard::LLKeyboard() : mCallbacks(NULL) { S32 i; |