diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-31 23:43:40 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-31 23:43:40 +0100 |
commit | 3c757ac3f3267c57b729ed6761cabe0035598155 (patch) | |
tree | 228153efa21db3e10cdfe1dae24318acc33ab3af /FICS/command.c | |
parent | e9c507fa6edd2772785a4ed43e774eaaf32b7adb (diff) |
Added player_notify_departure() to playerdb.h
Diffstat (limited to 'FICS/command.c')
-rw-r--r-- | FICS/command.c | 4 |
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'. */ |