diff -r 9b55f64bff29 -r cdf488223c23 gui.h --- a/gui.h Thu Jan 05 12:00:38 2006 +0000 +++ b/gui.h Thu Jan 05 12:40:50 2006 +0000 @@ -17,7 +17,6 @@ void ShowGameDifficulty(void); void ShowPatchesSelection(void); void ShowNewgrf(void); -void ShowCustCurrency(void); /* graph_gui.c */ void ShowOperatingProfitGraph(void); @@ -64,8 +63,6 @@ void ShowTerraformToolbar(void); void PlaceProc_DemolishArea(TileIndex tile); -void PlaceProc_LowerLand(TileIndex tile); -void PlaceProc_RaiseLand(TileIndex tile); void PlaceProc_LevelLand(TileIndex tile); bool GUIPlaceProcDragXY(const WindowEvent *we);