Removed code that was not needed.

This commit is contained in:
11doctorwhocanada 2015-03-24 06:10:57 -05:00
parent 69c41f2c49
commit 5404e7edec
1 changed files with 0 additions and 12 deletions

View File

@ -2408,18 +2408,6 @@ int main(int argc, char **argv)
return 0;
}
#ifdef __WIN32__
extern "C" {
int WinMain()
{
return(main(__argc, __argv));
}
}
#endif
void systemMessage(int num, const char *msg, ...)
{
char buffer[SYSMSG_BUFFER_SIZE*2];