diff -r ba0f18cfc795 -r b4c7d2c33bda src/tilehighlight_func.h --- 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);