]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/animation.cpp
Use default member initializers for simple types
[libs/gl.git] / source / animation / animation.cpp
index 98cfdc87f5398f2813252fb9c0688fdbd69be65a..76d9552e1771530945f6f7bba02f79b70064b979 100644 (file)
@@ -16,11 +16,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Animation::Animation():
-       armature(0),
-       looping(false)
-{ }
-
 Animation::~Animation()
 {
        for(TimedKeyFrame &k: keyframes)