From 8275a98e1f2e5adc770dc68492927416ddbb6fe6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 8 Jul 2009 08:30:35 +0000 Subject: (svn r16764) -Codechange: unify the way viewport signs are marked dirty --- src/waypoint.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/waypoint.h') diff --git a/src/waypoint.h b/src/waypoint.h index 3f72ac4ca..6094c20c5 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -60,6 +60,5 @@ void ShowWaypointWindow(const Waypoint *wp); void DrawWaypointSprite(int x, int y, int stat_id, RailType railtype); void UpdateAllWaypointSigns(); void UpdateWaypointSign(Waypoint *wp); -void RedrawWaypointSign(const Waypoint *wp); #endif /* WAYPOINT_H */ -- cgit v1.2.3-54-g00ecf