diff --git a/src/functions.h b/src/functions.h --- a/src/functions.h +++ b/src/functions.h @@ -20,7 +20,4 @@ void DrawClearLandTile(const TileInfo *t void DrawClearLandFence(const TileInfo *ti); void TileLoopClearHelper(TileIndex tile); -/* misc functions */ -void MarkTileDirtyByTile(TileIndex tile); - #endif /* FUNCTIONS_H */