From 8cebe2f607d65de4df376bb5bc4f3caac62a2616 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 16 Nov 2005 12:52:01 +0000 Subject: (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection --- roadveh_cmd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'roadveh_cmd.c') diff --git a/roadveh_cmd.c b/roadveh_cmd.c index bc29715a9..c1d4dd4b0 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -1733,10 +1733,6 @@ void OnNewDay_RoadVeh(Vehicle *v) InvalidateWindowClasses(WC_ROADVEH_LIST); } -void HandleClickOnRoadVeh(Vehicle *v) -{ - ShowRoadVehViewWindow(v); -} void RoadVehiclesYearlyLoop(void) { -- cgit v1.2.3-54-g00ecf