aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-31 23:43:40 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-31 23:43:40 +0100
commit3c757ac3f3267c57b729ed6761cabe0035598155 (patch)
tree228153efa21db3e10cdfe1dae24318acc33ab3af /FICS/command.c
parente9c507fa6edd2772785a4ed43e774eaaf32b7adb (diff)
Added player_notify_departure() to playerdb.h
Diffstat (limited to 'FICS/command.c')
-rw-r--r--FICS/command.c4
1 files changed, 0 insertions, 4 deletions
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'.
*/