diff --git a/engine/common/net_buffer.c b/engine/common/net_buffer.c index 8906f4c8..dd9a522c 100644 --- a/engine/common/net_buffer.c +++ b/engine/common/net_buffer.c @@ -188,11 +188,6 @@ int MSG_SeekToBit( sizebuf_t *sb, int bitPos, int whence ) return 0; } -static void MSG_SeekToByte( sizebuf_t *sb, int bytePos ) -{ - sb->iCurBit = bytePos << 3; -} - void MSG_WriteOneBit( sizebuf_t *sb, int nValue ) { if( !MSG_Overflow( sb, 1 ))