summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:22:20 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:22:20 +0000
commit3745ff7338a7e3c9c4bff665f6952fd71c384ff8 (patch)
tree91491b041d4858820bdded74d71b9c39af1a45f3 /src/functions.h
parentec9e0690eb33e3c66cc7c92054110e630d0827ff (diff)
downloadopenttd-3745ff7338a7e3c9c4bff665f6952fd71c384ff8.tar.xz
(svn r22015) -Codechange: move yet another pair of methods from functions.h
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/functions.h b/src/functions.h
index da7e21c19..42cdcd240 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -23,7 +23,4 @@ void TileLoopClearHelper(TileIndex tile);
/* misc functions */
void MarkTileDirtyByTile(TileIndex tile);
-void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost);
-void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
-
#endif /* FUNCTIONS_H */