From 911dfa52bbb92b1f3e1122b45f30227ff456a53b Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 13 Mar 2011 14:00:11 +0000 Subject: (svn r22238) -Codechange (r8888): Also remove the now unused NUM_VEHICLE_TYPES constant. --- src/engine_type.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/engine_type.h b/src/engine_type.h index 8a82b4b52..4b148b07c 100644 --- a/src/engine_type.h +++ b/src/engine_type.h @@ -154,7 +154,6 @@ enum EngineFlags { ENGINE_OFFER_WINDOW_OPEN = 4, ///< The exclusive offer window is currently open for a company. }; -static const uint NUM_VEHICLE_TYPES = 6; static const uint MAX_LENGTH_ENGINE_NAME_CHARS = 32; ///< The maximum length of an engine name in characters including '\0' static const uint MAX_LENGTH_ENGINE_NAME_PIXELS = 160; ///< The maximum length of an engine name in pixels -- cgit v1.2.3-70-g09d2