shithub: choc

Download patch

ref: 40b2fed7e5554b25488f296f163d6c61a6ce9dce
parent: 152e5c01d253716963dc34cb834c37beb589ef87
author: Fabian Greffrath <fabian@greffrath.com>
date: Tue Nov 22 06:16:48 EST 2016

hexen/p_acs.c: fix redundant redeclaration of CheckACSPresent()

--- a/src/hexen/p_acs.c
+++ b/src/hexen/p_acs.c
@@ -56,8 +56,6 @@
 
 // PUBLIC FUNCTION PROTOTYPES ----------------------------------------------
 
-void CheckACSPresent(int number);
-
 // PRIVATE FUNCTION PROTOTYPES ---------------------------------------------
 
 static void StartOpenACS(int number, int infoIndex, int *address);