mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:30:42 +02:00
remove dead code
This commit is contained in:
parent
b08d5b87ca
commit
b9891748e1
1 changed files with 1 additions and 3 deletions
|
@ -61,8 +61,6 @@ public:
|
|||
bool& keepSearching, OctreeElement*& element, float& distance, BoxFace& face,
|
||||
void** intersectedObject) const;
|
||||
|
||||
bool isCircle() const { return false && _dimensions.x == _dimensions.y && _dimensions.y == _dimensions.z; }
|
||||
|
||||
protected:
|
||||
virtual void recalculateCollisionShape();
|
||||
|
||||
|
|
Loading…
Reference in a new issue