X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimatedobject.cpp;h=d2157fd1bc128ebc6dd676ef0cc10c54b9204e5c;hp=269665f6d12ff834a6f2827fba10c444bfb2fad5;hb=00d926c3fe134820139a925cfac28cd64729db93;hpb=fa658c8500fb0c368a8299bd1210688640b50352 diff --git a/source/animatedobject.cpp b/source/animatedobject.cpp index 269665f6..d2157fd1 100644 --- a/source/animatedobject.cpp +++ b/source/animatedobject.cpp @@ -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)