From 8275a98e1f2e5adc770dc68492927416ddbb6fe6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 8 Jul 2009 08:30:35 +0000 Subject: (svn r16764) -Codechange: unify the way viewport signs are marked dirty --- src/functions.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/functions.h') diff --git a/src/functions.h b/src/functions.h index d92ea85ab..86f1545f1 100644 --- a/src/functions.h +++ b/src/functions.h @@ -32,12 +32,6 @@ void InitializeLandscapeVariables(bool only_constants); */ void MarkTileDirtyByTile(TileIndex tile); -/** - * Mark all viewports dirty for repaint. - * - * @ingroup dirty - */ -void MarkAllViewportsDirty(int left, int top, int right, int bottom); void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost); void ShowFeederIncomeAnimation(int x, int y, int z, Money cost); -- cgit v1.2.3-54-g00ecf