diff --git a/similar/main/ai.cpp b/similar/main/ai.cpp index 5439e7041..8e21d026b 100644 --- a/similar/main/ai.cpp +++ b/similar/main/ai.cpp @@ -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.