src/tilehighlight_func.h
changeset 10468 baf373c51679
parent 10467 a8de2b5759bd
child 10616 ef4c5cd1b2b1
--- a/src/tilehighlight_func.h	Thu May 08 13:29:35 2008 +0000
+++ b/src/tilehighlight_func.h	Thu May 08 13:30:50 2008 +0000
@@ -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);