remove commented code

This commit is contained in:
Seth Alves 2015-07-01 07:33:46 -07:00
parent b7e9056c04
commit a356cbf620

View file

@ -27,7 +27,6 @@ static const float ACCELERATION_EQUIVALENT_EPSILON_RATIO = 0.1f;
static const quint8 STEPS_TO_DECIDE_BALLISTIC = 4;
const uint32_t LOOPS_FOR_SIMULATION_ORPHAN = 50;
//const uint32_t LOOPS_BETWEEN_OWNERSHIP_BIDS = 30;
const quint64 USECS_BETWEEN_OWNERSHIP_BIDS = USECS_PER_SECOND / 5;
#ifdef WANT_DEBUG_ENTITY_TREE_LOCKS