]> git.pond.sub.org Git - empserver/blobdiff - include/server.h
Expire lost items at the update instead of continuously
[empserver] / include / server.h
index 4bc31cdb702da3ebab601815b5d63216d50f3525..d7d45fccba7b5f983b39226e201e252755753809 100644 (file)
@@ -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