remove Popcount_word()

This commit is contained in:
Thomas Bernard
2018-12-10 12:33:11 +01:00
parent 4c1c2f34ad
commit 34c9962e4d
3 changed files with 4 additions and 29 deletions

View File

@@ -151,12 +151,9 @@ double Fround(double n, unsigned d);
int Min(int a,int b);
int Max(int a,int b);
char* Mode_label(int mode);
const char* Mode_label(int mode);
int Convert_videomode_arg(const char *argument);
int Popcount_word(word x);
int Popcount_dword(dword x);
/// Return a number of milliseconds
dword GFX2_GetTicks(void);