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
commitc74ca3897017adc0606171ac79dd03b83c00420e (patch)
treec1bcbc43482bbdf8dfd064372b0c751bbd3a0a87 /src/tilehighlight_func.h
parentcd3dda5c0c38065f1431a4c74445318813f3703e (diff)
downloadopenttd-c74ca3897017adc0606171ac79dd03b83c00420e.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);