Proper handling of OMP (unused variable removed)

This commit is contained in:
Daniel Girardeau-Montaut
2015-08-18 21:21:58 +02:00
parent b01dc1af60
commit dba2c8fbba
-1
View File
@@ -322,7 +322,6 @@ class CoredVectorMeshData : public CoredMeshData< Vertex >
std::vector< std::vector< int > > polygons;
int polygonIndex;
int oocPointIndex;
void* writelock;
public:
CoredVectorMeshData(void);