summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/functions.h b/src/functions.h
index 1d33d70cb..d92ea85ab 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -26,13 +26,6 @@ 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.
*
* @ingroup dirty