summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-04-26 10:21:50 +0000
committersmatz <smatz@openttd.org>2009-04-26 10:21:50 +0000
commitfc63e376168adb7b12d9eca43c3bac3751297c3a (patch)
treee1031591a7f404b76891961f74d11edf4ce824f4 /src/functions.h
parentcd9f239f0f18080841cb4d069ee45f4e08bc6f41 (diff)
downloadopenttd-fc63e376168adb7b12d9eca43c3bac3751297c3a.tar.xz
(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead
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