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/llfolderview.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/llfolderview.cpp')
| -rwxr-xr-x | indra/llui/llfolderview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index 474b545f00..e20d6734f1 100755 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -53,7 +53,6 @@ /// Local function declarations, constants, enums, and typedefs ///---------------------------------------------------------------------------- -const S32 RENAME_WIDTH_PAD = 4; const S32 RENAME_HEIGHT_PAD = 1; const S32 AUTO_OPEN_STACK_DEPTH = 16; |
