From b1f6a9c539b6dbf97dad8f3ef7ced13c38f7c22a Mon Sep 17 00:00:00 2001 From: eric bryant Date: Thu, 25 Apr 2019 01:31:46 -0400 Subject: [PATCH] remove vestigial function prototype --- siteupdate/cplusplus/classes/Waypoint/Waypoint.h | 1 - 1 file changed, 1 deletion(-) diff --git a/siteupdate/cplusplus/classes/Waypoint/Waypoint.h b/siteupdate/cplusplus/classes/Waypoint/Waypoint.h index b824687f..203e8491 100644 --- a/siteupdate/cplusplus/classes/Waypoint/Waypoint.h +++ b/siteupdate/cplusplus/classes/Waypoint/Waypoint.h @@ -33,7 +33,6 @@ class Waypoint std::string canonical_waypoint_name(std::list &); std::string simple_waypoint_name(); bool is_or_colocated_with_active_or_preview(); - void add_first_colocated(ErrorList *); std::string root_at_label(); void nmplogs(std::list &, std::ofstream &, std::list &); inline Waypoint* hashpoint();