aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhudobject.cpp')
-rw-r--r--linden/indra/newview/llhudobject.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/linden/indra/newview/llhudobject.cpp b/linden/indra/newview/llhudobject.cpp
index 4c27211..c2525eb 100644
--- a/linden/indra/newview/llhudobject.cpp
+++ b/linden/indra/newview/llhudobject.cpp
@@ -39,17 +39,11 @@
39 39
40#include "llhudtext.h" 40#include "llhudtext.h"
41#include "llhudicon.h" 41#include "llhudicon.h"
42#include "llhudconnector.h"
43#include "llhudeffectbeam.h" 42#include "llhudeffectbeam.h"
44#include "llhudeffecttrail.h" 43#include "llhudeffecttrail.h"
45#include "llhudeffectlookat.h" 44#include "llhudeffectlookat.h"
46 45
47//Ventrella
48#include "llvoicevisualizer.h" 46#include "llvoicevisualizer.h"
49#include "llanimalcontrols.h"
50#include "lllocalanimationobject.h"
51#include "llcape.h"
52// End Ventrella
53 47
54#include "llagent.h" 48#include "llagent.h"
55 49
@@ -155,9 +149,6 @@ LLHUDObject *LLHUDObject::addHUDObject(const U8 type)
155 case LL_HUD_ICON: 149 case LL_HUD_ICON:
156 hud_objectp = new LLHUDIcon(type); 150 hud_objectp = new LLHUDIcon(type);
157 break; 151 break;
158 case LL_HUD_CONNECTOR:
159 hud_objectp = new LLHUDConnector(type);
160 break;
161 default: 152 default:
162 llwarns << "Unknown type of hud object:" << (U32) type << llendl; 153 llwarns << "Unknown type of hud object:" << (U32) type << llendl;
163 } 154 }