]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/keyframe.cpp
Use default member initializers for simple types
[libs/gl.git] / source / animation / keyframe.cpp
index 3f3dea28f0d1412d0a0414cfc9384e1ef5993c9a..d1f1a7ea298251818b60d2b4c401edd0f0b07a91 100644 (file)
@@ -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;