From 3c757ac3f3267c57b729ed6761cabe0035598155 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 31 Dec 2023 23:43:40 +0100 Subject: Added player_notify_departure() to playerdb.h --- FICS/command.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FICS/command.c') diff --git a/FICS/command.c b/FICS/command.c index 93de68d..04e538c 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -93,10 +93,6 @@ PUBLIC int commanding_player = -1; PRIVATE int lastCommandFound = -1; -/* grimm */ -int player_notify_departure(int p); -/* added for warnings */ - /* * Copies command into 'comm'. */ -- cgit v1.2.3