src/tilehighlight_func.h
changeset 9149 b4c7d2c33bda
parent 9148 ba0f18cfc795
child 9293 96e818608056
--- 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);