vehicle.h
changeset 2154 63a6b880b4c0
parent 2153 91e89aa8c299
child 2159 3b634157c3b2
--- 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];