summaryrefslogtreecommitdiff
path: root/indra/llui/lldraghandle.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-17 16:52:32 -0700
committercallum_linden <none@none>2014-10-17 16:52:32 -0700
commit7359e9300a8188f453e7cff39af2cac3dd8831ee (patch)
treeea03685c9036da2001b6b8eb9c472bfab64c9592 /indra/llui/lldraghandle.cpp
parentf7e4c27add56952a7d2d0fb475e439922640825e (diff)
Update to build on Xcode 6.0: collection of removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llui/lldraghandle.cpp')
-rwxr-xr-xindra/llui/lldraghandle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lldraghandle.cpp b/indra/llui/lldraghandle.cpp
index 7c6559eddb..48bf5bb80f 100755
--- a/indra/llui/lldraghandle.cpp
+++ b/indra/llui/lldraghandle.cpp
@@ -46,7 +46,6 @@ const S32 LEADING_PAD = 5;
const S32 TITLE_HPAD = 8;
const S32 BORDER_PAD = 1;
const S32 LEFT_PAD = BORDER_PAD + TITLE_HPAD + LEADING_PAD;
-const S32 RIGHT_PAD = BORDER_PAD + 32; // HACK: space for close btn and minimize btn
S32 LLDragHandle::sSnapMargin = 5;