diff options
Diffstat (limited to 'source/net_chan.c')
-rw-r--r-- | source/net_chan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/net_chan.c b/source/net_chan.c index 684cbb6..cb610e4 100644 --- a/source/net_chan.c +++ b/source/net_chan.c @@ -97,8 +97,6 @@ cvar_t *net_qport; cvar_t *net_maxmsglen; cvar_t *net_chantype; -netadr_t net_from; - // allow either 0 (no hard limit), or an integer between 512 and 4086 static void net_maxmsglen_changed( cvar_t *self ) { if( self->integer ) { |