- fix some -Wall warnings

This commit is contained in:
acgessler
2012-07-08 03:28:14 +02:00
parent 8ec96d88c5
commit 879f2ed177
9 changed files with 18 additions and 23 deletions

View File

@@ -72,9 +72,6 @@ MeshGeometry::MeshGeometry(uint64_t id, const Element& element, const std::strin
// optional Mesh elements:
const ElementCollection& Layer = sc->GetCollection("Layer");
const ElementCollection& LayerElementMaterial = sc->GetCollection("LayerElementMaterial");
const ElementCollection& LayerElementUV = sc->GetCollection("LayerElementUV");
const ElementCollection& LayerElementNormal = sc->GetCollection("LayerElementNormal");
std::vector<aiVector3D> tempVerts;
ReadVectorDataArray(tempVerts,Vertices);