aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h
index 329ef6a..316e8db 100644
--- a/linden/indra/newview/llviewerobject.h
+++ b/linden/indra/newview/llviewerobject.h
@@ -268,7 +268,6 @@ public:
268 void setPositionAgent(const LLVector3 &pos_agent, BOOL damped = FALSE); 268 void setPositionAgent(const LLVector3 &pos_agent, BOOL damped = FALSE);
269 void setPositionParent(const LLVector3 &pos_parent, BOOL damped = FALSE); 269 void setPositionParent(const LLVector3 &pos_parent, BOOL damped = FALSE);
270 void setPositionAbsoluteGlobal( const LLVector3d &pos_global, BOOL damped = FALSE ); 270 void setPositionAbsoluteGlobal( const LLVector3d &pos_global, BOOL damped = FALSE );
271 void sendPositionUpdate() const;
272 271
273 virtual const LLMatrix4& getWorldMatrix(LLXformMatrix* xform) const { return xform->getWorldMatrix(); } 272 virtual const LLMatrix4& getWorldMatrix(LLXformMatrix* xform) const { return xform->getWorldMatrix(); }
274 273
@@ -303,7 +302,6 @@ public:
303 void sendTEUpdate() const; // Sends packed representation of all texture entry information 302 void sendTEUpdate() const; // Sends packed representation of all texture entry information
304 303
305 virtual void setScale(const LLVector3 &scale, BOOL damped = FALSE); 304 virtual void setScale(const LLVector3 &scale, BOOL damped = FALSE);
306 void sendScaleUpdate();
307 305
308 void sendShapeUpdate(); 306 void sendShapeUpdate();
309 307