aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/lldrawable.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/lldrawable.h')
-rw-r--r--linden/indra/newview/lldrawable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h
index 97b97f4..76ba3f5 100644
--- a/linden/indra/newview/lldrawable.h
+++ b/linden/indra/newview/lldrawable.h
@@ -116,8 +116,6 @@ public:
116 virtual BOOL isSpatialBridge() const { return FALSE; } 116 virtual BOOL isSpatialBridge() const { return FALSE; }
117 virtual LLSpatialPartition* asPartition() { return NULL; } 117 virtual LLSpatialPartition* asPartition() { return NULL; }
118 LLDrawable* getParent() const { return mParent; } 118 LLDrawable* getParent() const { return mParent; }
119 LLDrawable* getChild(U32 index) { return mVObjp->mChildList[index]->mDrawable; }
120 U32 getChildCount() { return mVObjp ? mVObjp->mChildList.size() : 0; }
121 119
122 // must set parent through LLViewerObject:: () 120 // must set parent through LLViewerObject:: ()
123 //BOOL setParent(LLDrawable *parent); 121 //BOOL setParent(LLDrawable *parent);