From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: Enable gcc warning to detect redundant declarations, and clean up instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468 --- src/heretic/ct_chat.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/heretic/ct_chat.c') diff --git a/src/heretic/ct_chat.c b/src/heretic/ct_chat.c index 4b89fe89..19c27bb2 100644 --- a/src/heretic/ct_chat.c +++ b/src/heretic/ct_chat.c @@ -51,11 +51,6 @@ // Public data -void CT_Init(void); -void CT_Drawer(void); -boolean CT_Responder(event_t * ev); -void CT_Ticker(void); -char CT_dequeueChatChar(void); boolean chatmodeon; -- cgit v1.2.3