(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead

This commit is contained in:
smatz
2009-04-26 10:21:50 +00:00
parent cd9f239f0f
commit fc63e37616
4 changed files with 2 additions and 21 deletions

View File

@@ -25,13 +25,6 @@ bool CheckTileOwnership(TileIndex tile);
void InitializeLandscapeVariables(bool only_constants);
/* misc functions */
/**
* Mark a tile given by its coordinate dirty for repaint.
*
* @ingroup dirty
*/
void MarkTileDirty(int x, int y);
/**
* Mark a tile given by its index dirty for repaint.
*