summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermap.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-10-18 11:56:23 -0700
committercallum_linden <none@none>2014-10-18 11:56:23 -0700
commitbdce32a02b34e42ab2f145af5f8beb54f4e2b534 (patch)
tree3ada83c124c31712737f1215ed632cfbc85dea98 /indra/newview/llfloatermap.cpp
parent2b93f505a03a2d0662c97cb6466ac0aae2187571 (diff)
Update to build on Xcode 6.0: collection of removal of unused variables [-Wunused-variable]
Diffstat (limited to 'indra/newview/llfloatermap.cpp')
-rwxr-xr-xindra/newview/llfloatermap.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloatermap.cpp b/indra/newview/llfloatermap.cpp
index 473e2938be..bf5210206f 100755
--- a/indra/newview/llfloatermap.cpp
+++ b/indra/newview/llfloatermap.cpp
@@ -52,10 +52,7 @@
// The minor cardinal direction labels are hidden if their height is more
// than this proportion of the map.
const F32 MAP_MINOR_DIR_THRESHOLD = 0.07f;
-const S32 MAP_PADDING_LEFT = 0;
-const S32 MAP_PADDING_TOP = 2;
-const S32 MAP_PADDING_RIGHT = 2;
-const S32 MAP_PADDING_BOTTOM = 0;
+
//
// Member functions
//