diff -r 8282423fd688 -r 9317090e9c8c src/functions.h --- a/src/functions.h Fri Nov 23 16:50:54 2007 +0000 +++ b/src/functions.h Sat Nov 24 08:45:04 2007 +0000 @@ -17,10 +17,6 @@ void DrawClearLandFence(const TileInfo *ti); void TileLoopClearHelper(TileIndex tile); -/* water_land.cpp */ -void DrawShipDepotSprite(int x, int y, int image); -void TileLoop_Water(TileIndex tile); - /* players.cpp */ bool CheckPlayerHasMoney(CommandCost cost); void SubtractMoneyFromPlayer(CommandCost cost);