diff options
author | callum_linden <none@none> | 2014-10-17 16:52:32 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-17 16:52:32 -0700 |
commit | 7359e9300a8188f453e7cff39af2cac3dd8831ee (patch) | |
tree | ea03685c9036da2001b6b8eb9c472bfab64c9592 /indra/llui/llcheckboxctrl.cpp | |
parent | f7e4c27add56952a7d2d0fb475e439922640825e (diff) |
Update to build on Xcode 6.0: collection of removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llui/llcheckboxctrl.cpp')
-rwxr-xr-x | indra/llui/llcheckboxctrl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llcheckboxctrl.cpp b/indra/llui/llcheckboxctrl.cpp index 5525520d78..eee6339caf 100755 --- a/indra/llui/llcheckboxctrl.cpp +++ b/indra/llui/llcheckboxctrl.cpp @@ -41,8 +41,6 @@ #include "lltextbox.h" #include "llkeyboard.h" -const U32 MAX_STRING_LENGTH = 10; - static LLDefaultChildRegistry::Register<LLCheckBoxCtrl> r("check_box"); // Compiler optimization, generate extern template |