diff options
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'. */ |