summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/functions.h b/src/functions.h
index 6ef25ed48..bdbdc072d 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -22,12 +22,6 @@ void SubtractMoneyFromPlayerFract(PlayerID player, CommandCost cost);
bool CheckOwnership(Owner owner);
bool CheckTileOwnership(TileIndex tile);
-/* texteff.cpp */
-void AddAnimatedTile(TileIndex tile);
-void DeleteAnimatedTile(TileIndex tile);
-void AnimateAnimatedTiles();
-void InitializeAnimatedTiles();
-
/* misc_cmd.cpp */
void PlaceTreesRandomly();