APM: removed pointless load() call

This commit is contained in:
Andrew Tridgell 2012-08-08 16:51:23 +10:00
parent 103b02fe94
commit dc99586981
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ static void update_auto()
static void reload_commands_airstart()
{
init_commands();
g.command_index.load(); // XXX can we assume it's been loaded already by ::load_all?
decrement_cmd_index();
}