From 104013ae215185bb4f712d24c8cbbd28c6a5b024 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 2 Jul 2002 19:18:33 +0000 Subject: [PATCH] heh, we both forgot to nuke the prototypes :) --- include/QF/msg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/QF/msg.h b/include/QF/msg.h index cdc10bb72..a92cc7cd1 100644 --- a/include/QF/msg.h +++ b/include/QF/msg.h @@ -30,7 +30,6 @@ #include "QF/sizebuf.h" -void MSG_WriteChar (sizebuf_t *sb, unsigned int c); void MSG_WriteByte (sizebuf_t *sb, unsigned int c); void MSG_WriteShort (sizebuf_t *sb, unsigned int c); void MSG_WriteLong (sizebuf_t *sb, unsigned int c); @@ -54,7 +53,6 @@ typedef struct msg_s { void MSG_BeginReading (msg_t *msg); int MSG_GetReadCount(msg_t *msg); -int MSG_ReadChar (msg_t *msg); int MSG_ReadByte (msg_t *msg); int MSG_ReadShort (msg_t *msg); int MSG_ReadLong (msg_t *msg);