mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +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)
|
NET_Init (int port)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
WORD wVersionRequested;
|
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
wVersionRequested = MAKEWORD (1, 1);
|
|
||||||
|
|
||||||
r = WSAStartup (MAKEWORD (1, 1), &winsockdata);
|
r = WSAStartup (MAKEWORD (1, 1), &winsockdata);
|
||||||
if (r)
|
if (r)
|
||||||
Sys_Error ("Winsock initialization failed.");
|
Sys_Error ("Winsock initialization failed.");
|
||||||
|
|
Loading…
Reference in a new issue