From 71bff63bffb3b3f7819901eab737d7716bcf6440 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 26 Aug 2018 23:18:54 +1000 Subject: [PATCH] AP_Mission: remove erroneous comment about clear() --- libraries/AP_Mission/AP_Mission.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_Mission/AP_Mission.h b/libraries/AP_Mission/AP_Mission.h index eb6fca5a64..267349def5 100644 --- a/libraries/AP_Mission/AP_Mission.h +++ b/libraries/AP_Mission/AP_Mission.h @@ -365,7 +365,6 @@ public: void reset(); /// clear - clears out mission - /// returns true if mission was running so it could not be cleared bool clear(); /// truncate - truncate any mission items beyond given index