mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
removed unnessary code
This commit is contained in:
parent
6687b99391
commit
cce19f7027
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ static const int MIN_PUCK_COUNT = 2;
|
|||
static const int MIN_FEET_AND_HIPS = 3;
|
||||
static const int MIN_FEET_HIPS_CHEST = 4;
|
||||
static const int MIN_FEET_HIPS_SHOULDERS = 5;
|
||||
static const int MIN_FEET_HIPS_CHEST_AND_HANDS = 6;
|
||||
static const int MIN_FEET_HIPS_SHOULDERS_AND_HANDS = 7;
|
||||
static const int FIRST_FOOT = 0;
|
||||
static const int SECOND_FOOT = 1;
|
||||
static const int HIP = 2;
|
||||
|
|
Loading…
Reference in a new issue