Deleting duplicated lines that shouldn't have been there.

Tonya Souther 2012-08-19 15:57:32 -05:00
parent c8fda8cb39
commit 784b6b5f52
1 changed files with 0 additions and 5 deletions

View File

@ -2845,11 +2845,6 @@ const char* cursorIDToName(int id)
case UI_CURSOR_TOOLPAUSE: return "UI_CURSOR_TOOLPAUSE";
case UI_CURSOR_TOOLMEDIAOPEN: return "UI_CURSOR_TOOLMEDIAOPEN";
case UI_CURSOR_PIPETTE: return "UI_CURSOR_PIPETTE";
//<FS:TS> gcc gets unhappy at duplicate case labels.
//case UI_CURSOR_TOOLSIT: return "UI_CURSOR_TOOLSIT";
//case UI_CURSOR_TOOLBUY: return "UI_CURSOR_TOOLBUY";
//case UI_CURSOR_TOOLOPEN: return "UI_CURSOR_TOOLOPEN";
//</FS:TS>
case UI_CURSOR_TOOLPATHFINDING: return "UI_CURSOR_PATHFINDING";
case UI_CURSOR_TOOLPATHFINDING_PATH_START: return "UI_CURSOR_PATHFINDING_START";
case UI_CURSOR_TOOLPATHFINDING_PATH_START_ADD: return "UI_CURSOR_PATHFINDING_START_ADD";