From 62a7948af0ca9eb3b190a54918201e1075edcbbc Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 22 May 2009 15:13:50 +0000 Subject: (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved --- src/waypoint_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/waypoint_gui.cpp') diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index 10f067677..9d0ac7189 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -144,6 +144,5 @@ static const WindowDesc _waypoint_view_desc( void ShowWaypointWindow(const Waypoint *wp) { - if (!wp->IsValid()) return; // little safety AllocateWindowDescFront(&_waypoint_view_desc, wp->index); } -- cgit v1.2.3-54-g00ecf