summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variables.h b/src/variables.h
index aaf62c9a8..11f5d3e90 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -89,7 +89,6 @@ VARDEF bool _rightclick_emulate;
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 *_highscore_file;
VARDEF char *_log_file;
-#define SET_EXPENSES_TYPE(x) _yearly_expenses_type = x;
-
/* landscape.cpp */
extern const byte _tileh_to_sprite[32];