diff options
Diffstat (limited to 'src/tilehighlight_func.h')
-rw-r--r-- | src/tilehighlight_func.h | 2 |
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); |