summaryrefslogtreecommitdiff
path: root/src/tilehighlight_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:30:50 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:30:50 +0000
commit2c5db97704787a14ba33daf55845987d6a9d8da4 (patch)
treec1bcbc43482bbdf8dfd064372b0c751bbd3a0a87 /src/tilehighlight_func.h
parent0c30e46c9cc4312525f02494099615cb67a5f42b (diff)
downloadopenttd-2c5db97704787a14ba33daf55845987d6a9d8da4.tar.xz
(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions.
Diffstat (limited to 'src/tilehighlight_func.h')
-rw-r--r--src/tilehighlight_func.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tilehighlight_func.h b/src/tilehighlight_func.h
index 3b49c2393..78eff6f5f 100644
--- a/src/tilehighlight_func.h
+++ b/src/tilehighlight_func.h
@@ -12,8 +12,6 @@
typedef void PlaceProc(TileIndex tile);
void PlaceProc_DemolishArea(TileIndex tile);
-void PlaceProc_LevelLand(TileIndex tile);
-void PlaceProc_BuyLand(TileIndex tile);
bool GUIPlaceProcDragXY(const WindowEvent *e);
bool HandlePlacePushButton(Window *w, int widget, CursorID cursor, ViewportHighlightMode mode, PlaceProc *placeproc);