1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Revert "Add daemon support for linux like operating systems"

Remove daemon support due to delayed popular vote (part 2)
This commit is contained in:
sapier 2014-06-01 14:54:21 +02:00
parent 75ddf4d221
commit 32ab6c2a32
3 changed files with 8 additions and 128 deletions

View file

@ -336,11 +336,6 @@ v2u32 getDisplaySize();
v2u32 getWindowSize();
#endif
#ifdef SERVER
void daemonize();
void cleanup_pid();
#endif
} // namespace porting
#endif // PORTING_HEADER