]> git.pond.sub.org Git - empserver/blobdiff - include/server.h
Fix trailing whitespace
[empserver] / include / server.h
index 4bc31cdb702da3ebab601815b5d63216d50f3525..3cf987dddf410ffc23ee0463f75c2bdc9670b33b 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  server.h: Server startup, control and shutdown
- * 
+ *
  *  Known contributors to this file:
  *     Markus Armbruster, 2004-2008
  */
@@ -53,7 +53,6 @@ int run_hook(char *, char *);
 int shutdown_initiate(int);
 
 /* thread entry points */
-void delete_lostitems(void *);
 void player_kill_idle(void *);
 
 #endif