summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermap.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-10-14 23:02:38 +0000
committerJames Cook <james@lindenlab.com>2009-10-14 23:02:38 +0000
commit8799193fde7e8af1128bb614f89a8de03b78ebd8 (patch)
treeda7e87eba24cdc669de64752b404c087eb77757b /indra/newview/llfloatermap.cpp
parent69228f1197151bbf3e531290a7c78ae9110d087c (diff)
EXT-946 There is no terrain on the Mini-Map. Unclear if this fixes the problem or not, does not reliably repro for me. Found several uninitialized variables in LLNetMap and fixed those. Reviewed with Richard.
Diffstat (limited to 'indra/newview/llfloatermap.cpp')
-rw-r--r--indra/newview/llfloatermap.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llfloatermap.cpp b/indra/newview/llfloatermap.cpp
index eac1b65f7d..0c9a759f32 100644
--- a/indra/newview/llfloatermap.cpp
+++ b/indra/newview/llfloatermap.cpp
@@ -30,7 +30,6 @@
* $/LicenseInfo$
*/
-#include <string>
#include "llviewerprecompiledheaders.h"
// self include
@@ -52,13 +51,6 @@
#include "llviewermenu.h"
//
-// Constants
-//
-const F32 MAP_SCALE_MIN = 64;
-const F32 MAP_SCALE_MID = 172;
-const F32 MAP_SCALE_MAX = 512;
-
-//
// Member functions
//