From f35a2112eae55aeb206a1111f86e08cdcd44884b Mon Sep 17 00:00:00 2001
From: Aimee Linden <aimee@lindenlab.com>
Date: Sat, 24 Apr 2010 18:55:55 +0100
Subject: [PATCH] EXT-7055: Re-remove old MAP_SCALE_* constants removed in
 DEV-30614 that have snuck back in

---
 indra/newview/llnetmap.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h
index 3d7f3233acb..eb53d295b2b 100644
--- a/indra/newview/llnetmap.h
+++ b/indra/newview/llnetmap.h
@@ -46,10 +46,6 @@ class LLImageRaw;
 class LLTextBox;
 class LLViewerTexture;
 
-const F32 MAP_SCALE_MIN = 64.f;
-const F32 MAP_SCALE_MID = 172.f;
-const F32 MAP_SCALE_MAX = 512.f;
-
 class LLNetMap : public LLUICtrl
 {
 public:
-- 
GitLab