From f33d15ab801a7f04b6147a79748ca8628b7e7dda Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 8 Aug 2012 16:51:23 +1000 Subject: [PATCH] APM: removed pointless load() call --- ArduPlane/commands.pde | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduPlane/commands.pde b/ArduPlane/commands.pde index c7d438f393..32e7b1ecdb 100644 --- a/ArduPlane/commands.pde +++ b/ArduPlane/commands.pde @@ -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(); }