src/variables.h
changeset 8726 5ae45b46506b
parent 8706 e76561c3dd66
child 8750 fdd6054e7bae
--- a/src/variables.h	Wed Jan 09 16:40:02 2008 +0000
+++ b/src/variables.h	Wed Jan 09 16:55:48 2008 +0000
@@ -89,7 +89,6 @@
 VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg
 
 /* IN/OUT parameters to commands */
-VARDEF byte _yearly_expenses_type;
 VARDEF TileIndex _build_tunnel_endtile;
 VARDEF bool _generating_world;
 
@@ -110,8 +109,6 @@
 VARDEF char *_log_file;
 
 
-#define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
-
 /* landscape.cpp */
 extern const byte _tileh_to_sprite[32];