]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animatedobject.cpp
Add a new Placeable base class
[libs/gl.git] / source / animatedobject.cpp
index 269665f6d12ff834a6f2827fba10c444bfb2fad5..d2157fd1bc128ebc6dd676ef0cc10c54b9204e5c 100644 (file)
@@ -26,11 +26,6 @@ AnimatedObject::~AnimatedObject()
        delete shdata;
 }
 
-void AnimatedObject::set_matrix(const Matrix &m)
-{
-       matrix = m;
-}
-
 void AnimatedObject::set_pose_matrix(unsigned link, const Matrix &m)
 {
        if(shdata)