X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmesh.cpp;h=4679e3a3f43271fe91d9119e615ac30136d3b9a2;hp=1e811b5b2b135725db55ebb54f7bd2e9909afb5b;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/mesh.cpp b/source/core/mesh.cpp index 1e811b5b..4679e3a3 100644 --- a/source/core/mesh.cpp +++ b/source/core/mesh.cpp @@ -9,14 +9,6 @@ using namespace std; namespace Msp { namespace GL { -Mesh::Mesh(): - vbuf(0), - ibuf(0), - dirty(0), - disallow_rendering(false), - face_winding(NON_MANIFOLD) -{ } - Mesh::Mesh(const VertexFormat &f): Mesh() {