Removed unused members.

This commit is contained in:
Andrzej Kapolka 2014-12-04 17:12:06 -08:00
parent ace415b138
commit 466d99bcbb
3 changed files with 0 additions and 3 deletions

View file

@ -445,7 +445,6 @@ void GLBackend::updateTransform() {
_transform._lastMode = GL_PROJECTION;
}
CHECK_GL_ERROR();*/
_transform._invalidProj;
}
if (_transform._invalidModel || _transform._invalidView) {

View file

@ -1477,7 +1477,6 @@ FBXGeometry extractFBXGeometry(const FBXNode& node, const QVariantHash& mapping,
} else if (object.name == "Texture") {
TextureParam tex;
bool texparam = false;
foreach (const FBXNode& subobject, object.children) {
if (subobject.name == "RelativeFilename") {
// trim off any path information

View file

@ -1127,7 +1127,6 @@ bool HeightfieldStreamState::becameSubdividedOrCollapsed() const {
const int X_MAXIMUM_FLAG = 1;
const int Y_MAXIMUM_FLAG = 2;
const int MAXIMUM_FLAG_MASK = X_MAXIMUM_FLAG | Y_MAXIMUM_FLAG;
static glm::vec2 getNextMinimum(const glm::vec2& minimum, float nextSize, int index) {
return minimum + glm::vec2(