From 64fc2ade9eae131c9a65ef1341d373544168a497 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 00:45:05 +0000 Subject: (svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location. --- src/variables.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index 6532ad453..aaf62c9a8 100644 --- a/src/variables.h +++ b/src/variables.h @@ -90,7 +90,6 @@ VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg /* IN/OUT parameters to commands */ VARDEF byte _yearly_expenses_type; -VARDEF TileIndex _terraform_err_tile; VARDEF TileIndex _build_tunnel_endtile; VARDEF bool _generating_world; -- cgit v1.2.3-54-g00ecf