summaryrefslogtreecommitdiff
path: root/indra/newview/llhudview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudview.cpp')
-rwxr-xr-x[-rw-r--r--]indra/newview/llhudview.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llhudview.cpp b/indra/newview/llhudview.cpp
index 686bcfae1c..cead4dbce6 100644..100755
--- a/indra/newview/llhudview.cpp
+++ b/indra/newview/llhudview.cpp
@@ -44,13 +44,9 @@
LLHUDView *gHUDView = NULL;
-const S32 HUD_ARROW_SIZE = 32;
-
-
-
LLHUDView::LLHUDView(const LLRect& r)
{
- LLUICtrlFactory::getInstance()->buildPanel(this, "panel_hud.xml");
+ buildFromFile( "panel_hud.xml");
setShape(r, true);
}