diff options
Diffstat (limited to 'linden/indra/newview/llviewerwindow.cpp')
-rw-r--r-- | linden/indra/newview/llviewerwindow.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp index 443bbd5..9b2c566 100644 --- a/linden/indra/newview/llviewerwindow.cpp +++ b/linden/indra/newview/llviewerwindow.cpp | |||
@@ -100,7 +100,6 @@ | |||
100 | #include "llfloatereditui.h" // HACK JAMESDEBUG for ui editor | 100 | #include "llfloatereditui.h" // HACK JAMESDEBUG for ui editor |
101 | #include "llfloaterland.h" | 101 | #include "llfloaterland.h" |
102 | #include "llfloaterinspect.h" | 102 | #include "llfloaterinspect.h" |
103 | #include "llfloatermap.h" | ||
104 | #include "llfloaternamedesc.h" | 103 | #include "llfloaternamedesc.h" |
105 | #include "llfloaterpreference.h" | 104 | #include "llfloaterpreference.h" |
106 | #include "llfloatersnapshot.h" | 105 | #include "llfloatersnapshot.h" |
@@ -1840,16 +1839,6 @@ void LLViewerWindow::initWorldUI() | |||
1840 | gHoverView = new LLHoverView(std::string("gHoverView"), full_window); | 1839 | gHoverView = new LLHoverView(std::string("gHoverView"), full_window); |
1841 | gHoverView->setVisible(TRUE); | 1840 | gHoverView->setVisible(TRUE); |
1842 | mRootView->addChild(gHoverView); | 1841 | mRootView->addChild(gHoverView); |
1843 | |||
1844 | // | ||
1845 | // Map | ||
1846 | // | ||
1847 | // TODO: Move instance management into class | ||
1848 | gFloaterMap = new LLFloaterMap(std::string("Map")); | ||
1849 | gFloaterMap->setFollows(FOLLOWS_TOP|FOLLOWS_RIGHT); | ||
1850 | |||
1851 | // keep onscreen | ||
1852 | gFloaterView->adjustToFitScreen(gFloaterMap, FALSE); | ||
1853 | 1842 | ||
1854 | gIMMgr = LLIMMgr::getInstance(); | 1843 | gIMMgr = LLIMMgr::getInstance(); |
1855 | 1844 | ||
@@ -1932,7 +1921,6 @@ void LLViewerWindow::shutdownViews() | |||
1932 | gFloaterView = NULL; | 1921 | gFloaterView = NULL; |
1933 | gMorphView = NULL; | 1922 | gMorphView = NULL; |
1934 | 1923 | ||
1935 | gFloaterMap = NULL; | ||
1936 | gHUDView = NULL; | 1924 | gHUDView = NULL; |
1937 | 1925 | ||
1938 | gNotifyBoxView = NULL; | 1926 | gNotifyBoxView = NULL; |