minor cleanups, diff minimization

This commit is contained in:
Seth Alves 2015-03-17 14:24:46 -07:00
parent 5475e76516
commit 222c3f01eb
3 changed files with 1 additions and 5 deletions

View file

@ -14,7 +14,6 @@
#include <set>
#include <SimpleMovingAverage.h>
#include <QThread>
class CoverageMap;
class ReadBitstreamToTreeParams;

View file

@ -74,8 +74,7 @@ bool ShapeManager::releaseShape(const DoubleHashKey& key) {
}
} else {
// attempt to remove unmanaged shape
// XXX
// assert(false);
assert(false);
}
return false;
}

View file

@ -39,8 +39,6 @@ void ShapeInfo::setParams(ShapeType type, const glm::vec3& halfExtents, QVector<
}
case SHAPE_TYPE_CONVEX_HULL:
_url = QUrl(url);
// start download of model which contains collision hulls
// _type = SHAPE_TYPE_NONE; // until download is done XXX
_halfExtents = halfExtents;
break;
default: