Index: darkplaces/common.h
diff -u darkplaces/common.h:1.83 darkplaces/common.h:1.84
--- darkplaces/common.h:1.83	Sat Aug 27 21:21:42 2005
+++ darkplaces/common.h	Sat Sep 10 17:38:50 2005
@@ -52,7 +52,6 @@
 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);