summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-01-05 12:00:38 +0000
committertron <tron@openttd.org>2006-01-05 12:00:38 +0000
commite588f86bb37c63f95495cf36da75bff24cfd7e29 (patch)
tree198e1b2652c1c7e46b9cdcf60960e9b7bbaaa860 /functions.h
parente427dbcad20e18777859571ea8e3d516e47748d9 (diff)
downloadopenttd-e588f86bb37c63f95495cf36da75bff24cfd7e29.tar.xz
(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index b8a09f5a8..731eb0d88 100644
--- a/functions.h
+++ b/functions.h
@@ -197,7 +197,6 @@ void SetObjectToPlace(CursorID icon, byte mode, WindowClass window_class, Window
void ResetObjectToPlace(void);
-bool ScrollWindowToTile(TileIndex tile, Window * w);
bool ScrollWindowTo(int x, int y, Window * w);
bool ScrollMainWindowToTile(TileIndex tile);