aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworldmapview.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llworldmapview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llworldmapview.cpp b/linden/indra/newview/llworldmapview.cpp
index 01dd1b8..328af72 100644
--- a/linden/indra/newview/llworldmapview.cpp
+++ b/linden/indra/newview/llworldmapview.cpp
@@ -178,7 +178,6 @@ LLWorldMapView::LLWorldMapView(const std::string& name, const LLRect& rect )
178 LLRect major_dir_rect( 0, DIR_HEIGHT, DIR_WIDTH, 0 ); 178 LLRect major_dir_rect( 0, DIR_HEIGHT, DIR_WIDTH, 0 );
179 179
180 mTextBoxNorth = new LLTextBox( "N", major_dir_rect ); 180 mTextBoxNorth = new LLTextBox( "N", major_dir_rect );
181 mTextBoxNorth->setDropshadowVisible( TRUE );
182 addChild( mTextBoxNorth ); 181 addChild( mTextBoxNorth );
183 182
184 LLColor4 minor_color( 1.f, 1.f, 1.f, .7f ); 183 LLColor4 minor_color( 1.f, 1.f, 1.f, .7f );