X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fkeyframe.cpp;h=d1f1a7ea298251818b60d2b4c401edd0f0b07a91;hp=3f3dea28f0d1412d0a0414cfc9384e1ef5993c9a;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/animation/keyframe.cpp b/source/animation/keyframe.cpp index 3f3dea28..d1f1a7ea 100644 --- a/source/animation/keyframe.cpp +++ b/source/animation/keyframe.cpp @@ -8,13 +8,6 @@ using namespace std; namespace Msp { namespace GL { -// Avoid synthesizing RefPtr c'tor and d'tor in files including keyframe.h -KeyFrame::KeyFrame() -{ } - -KeyFrame::~KeyFrame() -{ } - void KeyFrame::set_transform(const Transform &t) { transform = t;