- remove the now unused net_svc_delta_t struct

This commit is contained in:
Adam Olsen 2001-10-29 00:52:02 +00:00
parent 36b8256b3a
commit e3c5da4fdd
1 changed files with 0 additions and 6 deletions

View File

@ -177,12 +177,6 @@ typedef struct net_svc_soundlist_s
byte nextsound;
} net_svc_soundlist_t;
typedef struct net_svc_delta_s
{
unsigned short word;
entity_state_t state;
} net_svc_delta_t;
typedef struct net_svc_packetentities_s
{
int numwords, numdeltas;