]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/mesh.cpp
Clean up some more unused things
[libs/gl.git] / source / core / mesh.cpp
index ec5bd18cf392e375c36ee49cfcfe9e51050e4d40..e2dd853c448dff6c25259bcb42aa46d6a1433c70 100644 (file)
@@ -9,8 +9,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Mesh::Mesh(const VertexFormat &f):
-       Mesh()
+Mesh::Mesh(const VertexFormat &f)
 {
        storage(f);
 }