From e71fd4bb57fe02c28372eb087985cd1d535de2da Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 11 Jun 2010 00:20:24 +0000 Subject: (svn r19958) -Codechange: move common code from Waypoint and Station destructors to BaseStation destructor --- src/waypoint.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/waypoint.cpp') diff --git a/src/waypoint.cpp b/src/waypoint.cpp index bc7bf2975..9500aba82 100644 --- a/src/waypoint.cpp +++ b/src/waypoint.cpp @@ -52,6 +52,4 @@ Waypoint::~Waypoint() if (CleaningPool()) return; DeleteWindowById(WC_WAYPOINT_VIEW, this->index); RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index); - - this->sign.MarkDirty(); } -- cgit v1.2.3-54-g00ecf