[Cleanup] Cleanup unused methods and variables in world/main.cpp and world/main.h (#3105)

# Notes
- These are unused.
This commit is contained in:
Alex King
2023-03-17 06:22:41 -04:00
committed by GitHub
parent bbdaacd3b0
commit e17fad9ae0
2 changed files with 0 additions and 66 deletions
-13
View File
@@ -18,8 +18,6 @@
*
*/
#define PLATFORM_WORLD 1
#include "../common/global_define.h"
#include <iostream>
@@ -56,20 +54,9 @@
#include <conio.h>
#else
#include "../common/unix.h"
#include <sys/sem.h>
#include <thread>
#if not defined (FREEBSD) && not defined (DARWIN)
union semun {
int val;
struct semid_ds *buf;
ushort *array;
struct seminfo *__buf;
void *__pad;
};
#endif
#endif
#include "../common/patches/patches.h"