Remove unused function set_all_modes_to_hover

This commit is contained in:
Kp 2013-10-26 01:02:56 +00:00
parent d1ad26b6b0
commit 0e130cc40c

View file

@ -833,13 +833,3 @@ static int object_dialog_handler(UI_DIALOG *dlg, d_event *event, object_dialog *
return rval;
}
void set_all_modes_to_hover(void)
{
int i;
for (i=0; i<=Highest_object_index; i++)
if (Objects[i].control_type == CT_AI)
Objects[i].ctype.ai_info.behavior = AIB_STILL;
}