diff options
author | James Cook <james@lindenlab.com> | 2010-02-26 16:58:29 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-26 16:58:29 -0800 |
commit | a235f3d5ea734db03a1a64901c893016f0320f18 (patch) | |
tree | c7c82d4ced87d8c6f144b6c4010b963a659a27d7 /indra/newview/llhudtext.h | |
parent | 60d4870f59abbe081e36a50ffedbdea068aec75b (diff) |
Clean out some dead code
Diffstat (limited to 'indra/newview/llhudtext.h')
-rw-r--r-- | indra/newview/llhudtext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llhudtext.h b/indra/newview/llhudtext.h index f7248ceffc..8219358cc1 100644 --- a/indra/newview/llhudtext.h +++ b/indra/newview/llhudtext.h @@ -34,7 +34,6 @@ #define LL_LLHUDTEXT_H #include "llpointer.h" -//#include "lldarrayptr.h" #include "llhudobject.h" #include "v4color.h" @@ -45,7 +44,6 @@ #include "llfontgl.h" #include <set> #include <vector> -//#include "lldarray.h" // Renders a 2D text billboard floating at the location specified. class LLDrawable; |