Remove unused state_text

This commit is contained in:
Kp 2015-03-22 18:49:21 +00:00
parent 373becd588
commit 2f99b894f0

View file

@ -266,20 +266,6 @@ static const char behavior_text[6][9] = {
};
#endif
#endif
// Index into this array with aip->GOAL_STATE or aip->CURRENT_STATE
static const char state_text[8][5] = {
"NONE",
"REST",
"SRCH",
"LOCK",
"FLIN",
"FIRE",
"RECO",
"ERR_",
};
#endif
// Current state indicates where the robot current is, or has just done.