From 71c10f7df7c1ec20bbc0c23580041a2e337b2500 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 26 Nov 2007 17:50:22 +0000 Subject: (svn r11527) -Codechange: Split the bitmath functions of to their own files --- src/functions.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/functions.h') diff --git a/src/functions.h b/src/functions.h index 461f89335..e7ee6f26f 100644 --- a/src/functions.h +++ b/src/functions.h @@ -105,8 +105,6 @@ void ChangeTownRating(Town *t, int add, int max); uint GetTownRadiusGroup(const Town* t, TileIndex tile); void ShowHighscoreTable(int difficulty, int8 rank); -int FindFirstBit(uint32 x); - void AfterLoadTown(); void UpdatePatches(); void AskExitGame(); -- cgit v1.2.3-54-g00ecf