Remove MSG_WriteDeltaUsercmd and MSG_ReadDeltaUsercmd

This commit is contained in:
Zack Middleton 2013-02-02 22:26:22 -06:00
parent 617107429d
commit 80b0792980
2 changed files with 2 additions and 56 deletions

View file

@ -95,9 +95,6 @@ float MSG_ReadAngle16 (msg_t *sb);
void MSG_ReadData (msg_t *sb, void *buffer, int size);
int MSG_LookaheadByte (msg_t *msg);
void MSG_WriteDeltaUsercmd( msg_t *msg, struct usercmd_s *from, struct usercmd_s *to );
void MSG_ReadDeltaUsercmd( msg_t *msg, struct usercmd_s *from, struct usercmd_s *to );
void MSG_WriteDeltaUsercmdKey( msg_t *msg, int key, usercmd_t *from, usercmd_t *to );
void MSG_ReadDeltaUsercmdKey( msg_t *msg, int key, usercmd_t *from, usercmd_t *to );