vehicle.h
changeset 2154 f86c59e73a16
parent 2153 ecfc674410b4
child 2159 f6284cf5fab0
--- a/vehicle.h	Thu Jul 21 18:44:27 2005 +0000
+++ b/vehicle.h	Thu Jul 21 19:36:43 2005 +0000
@@ -435,9 +435,6 @@
 	return u;
 }
 
-/* Validate functions for rail building */
-static inline bool ValParamRailtype(uint32 rail) { return HASBIT(GetPlayer(_current_player)->avail_railtypes, rail);}
-
 // NOSAVE: Can be regenerated by inspecting the vehicles.
 VARDEF VehicleID _vehicle_position_hash[0x1000];