]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/pose.cpp
Use default member initializers for simple types
[libs/gl.git] / source / animation / pose.cpp
index 99fa6bb3dfe812265a8e2372ddd9c1daad5f887a..2faecad3110437c2a2ae918800755c3c49716d14 100644 (file)
@@ -8,12 +8,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Pose::Pose():
-       armature(0)
-{ }
-
-Pose::Pose(const Armature &a):
-       armature(0)
+Pose::Pose(const Armature &a)
 {
        set_armature(a);
 }