mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
remove some unneccessary cruft
This commit is contained in:
parent
548ff2f227
commit
808e3ace87
1 changed files with 0 additions and 3 deletions
|
@ -415,11 +415,8 @@ void
|
|||
NET_Init (int port)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
WORD wVersionRequested;
|
||||
int r;
|
||||
|
||||
wVersionRequested = MAKEWORD (1, 1);
|
||||
|
||||
r = WSAStartup (MAKEWORD (1, 1), &winsockdata);
|
||||
if (r)
|
||||
Sys_Error ("Winsock initialization failed.");
|
||||
|
|
Loading…
Reference in a new issue