From a83d2a0c0741a73047790dbee755aff77fc56089 Mon Sep 17 00:00:00 2001 From: Kromster80 Date: Sat, 13 Dec 2014 11:10:20 +0300 Subject: [PATCH] Leftovers? "Looks like they are left overs from some code refactoring. --mikko" --- DetourCrowd/Include/DetourObstacleAvoidance.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/DetourCrowd/Include/DetourObstacleAvoidance.h b/DetourCrowd/Include/DetourObstacleAvoidance.h index 72aa5d8..6be3fbb 100644 --- a/DetourCrowd/Include/DetourObstacleAvoidance.h +++ b/DetourCrowd/Include/DetourObstacleAvoidance.h @@ -131,9 +131,6 @@ private: const float minPenalty, dtObstacleAvoidanceDebugData* debug); - dtObstacleCircle* insertCircle(const float dist); - dtObstacleSegment* insertSegment(const float dist); - dtObstacleAvoidanceParams m_params; float m_invHorizTime; float m_vmax;