From 2f99b894f028aba0f73b9b6d3611c494262ec74f Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 22 Mar 2015 18:49:21 +0000 Subject: [PATCH] Remove unused state_text --- similar/main/ai.cpp | 14 -------------- 1 file changed, 14 deletions(-) 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.