X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.cpp;h=3a275e5b0731a3332e08fdbfb5e9e76f14be0339;hb=16f6f15328b3a6eec87b1b5e5822368966d44a38;hp=44005514d97a74deb54fdb339d42436b5f74ed0a;hpb=99b656a7c44859a038156b82365122a5e336b1e8;p=libs%2Fgl.git diff --git a/source/mesh.cpp b/source/mesh.cpp index 44005514..3a275e5b 100644 --- a/source/mesh.cpp +++ b/source/mesh.cpp @@ -28,11 +28,6 @@ void Mesh::use_vertex_buffer(bool b) vertices.use_vertex_buffer(0); } -RefPtr Mesh::modify() -{ - return new MeshBuilder(*this); -} - void Mesh::add_batch(const Batch &b) { batches.push_back(b);