From: sajt Date: Sat, 10 Sep 2005 21:38:50 +0000 (+0000) Subject: Removed the evil evil prototype X-Git-Tag: xonotic-v0.1.0preview~4567 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cfd2440e5651f351474b38b303cc18839d19846d;p=xonotic%2Fdarkplaces.git Removed the evil evil prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5713 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/common.h b/common.h index 41892a6c..c94e668f 100644 --- a/common.h +++ b/common.h @@ -52,7 +52,6 @@ typedef struct sizebuf_s void SZ_Clear (sizebuf_t *buf); void *SZ_GetSpace (sizebuf_t *buf, int length); void SZ_Write (sizebuf_t *buf, const void *data, int length); -void SZ_Print(sizebuf_t *buf, const char *data); // strcats onto the sizebuf void SZ_HexDumpToConsole(const sizebuf_t *buf); void Com_HexDumpToConsole(const qbyte *data, int size);