Browse Source

Small clean up of unused code

pull/291/head
Anders Jenbo 7 years ago
parent
commit
890f414cb9
  1. 3
      Source/init.cpp
  2. 3
      SourceX/storm/storm_net.cpp

3
Source/init.cpp

@ -78,9 +78,6 @@ void init_create_window(int nCmdShow)
void init_archives()
{
HANDLE fh;
#ifdef COPYPROT
int result;
#endif
memset(&fileinfo, 0, sizeof(fileinfo));
fileinfo.size = sizeof(fileinfo);
fileinfo.versionstring = gszVersionNumber;

3
SourceX/storm/storm_net.cpp

@ -80,11 +80,8 @@ BOOL SNetGetGameInfo(int type, void *dst, unsigned int length, unsigned int *byt
strncpy((char *)dst, gpszGamePassword, length);
*byteswritten = strlen(gpszGamePassword) + 1;
break;
default:
break;
}
DUMMY();
return true;
}

Loading…
Cancel
Save