diff options
author | callum_linden <none@none> | 2014-10-19 17:30:46 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-19 17:30:46 -0700 |
commit | a37c41e3f5dbf49cdda0de21481b7c841050d971 (patch) | |
tree | 024edc01c978d520461abf76d17e8918102e057b /indra/newview/llpanellogin.cpp | |
parent | 6d9353de2aea794fc1332d7deeca87df863d253e (diff) |
Update to build on Xcode 6.0: removal of some unused variables
Diffstat (limited to 'indra/newview/llpanellogin.cpp')
-rwxr-xr-x | indra/newview/llpanellogin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp index bbc3b85bf0..dd61929f35 100755 --- a/indra/newview/llpanellogin.cpp +++ b/indra/newview/llpanellogin.cpp @@ -75,9 +75,6 @@ #include "llsdserialize.h" -const S32 BLACK_BORDER_HEIGHT = 160; -const S32 MAX_PASSWORD = 16; - LLPanelLogin *LLPanelLogin::sInstance = NULL; BOOL LLPanelLogin::sCapslockDidNotification = FALSE; |