From: Holger Schemel Date: Sat, 9 Jan 2021 11:48:33 +0000 (+0100) Subject: removed unused function declaration X-Git-Tag: 4.2.2.1~3 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=105a766bac0ad0ee8c2c14df636600706604dfe6 removed unused function declaration --- diff --git a/src/game.h b/src/game.h index 0ad03704..83167870 100644 --- a/src/game.h +++ b/src/game.h @@ -401,7 +401,6 @@ int GetElementFromGroupElement(int); int getPlayerInventorySize(int); -void DrawGameValue_Time(int); void DrawGameDoorValues(void); void UpdateAndDisplayGameControlValues(void);