]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/mesh.h
Use constructor delegation instead of init functions when possible
[libs/gl.git] / source / core / mesh.h
index 010289b04aa667eeea23b652a2088d26f81a8636..39bf55b22d5129f0725f11a44233f48be28556d9 100644 (file)
@@ -77,9 +77,6 @@ private:
 public:
        Mesh(ResourceManager * = 0);
        Mesh(const VertexFormat &, ResourceManager * = 0);
-private:
-       void init(ResourceManager *);
-public:
        ~Mesh();
 
        void storage(const VertexFormat &);