summaryrefslogtreecommitdiff
path: root/src/porting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/porting.h')
-rw-r--r--src/porting.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/porting.h b/src/porting.h
index be26e4282..937ca9464 100644
--- a/src/porting.h
+++ b/src/porting.h
@@ -336,11 +336,6 @@ v2u32 getDisplaySize();
v2u32 getWindowSize();
#endif
-#ifdef SERVER
-void daemonize();
-void cleanup_pid();
-#endif
-
} // namespace porting
#endif // PORTING_HEADER