diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-24 18:55:55 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-24 18:55:55 +0100 |
commit | f35a2112eae55aeb206a1111f86e08cdcd44884b (patch) | |
tree | 676b1a982fda0e2bcbb158cfdb9c2b7a99ad151e /indra | |
parent | 0439690efd5f31c779c55e25fc3ecea260eced63 (diff) |
EXT-7055: Re-remove old MAP_SCALE_* constants removed in DEV-30614 that have snuck back in
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llnetmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h index 3d7f3233ac..eb53d295b2 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: |