diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 18:24:31 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 18:24:31 +0100 |
commit | e04e48fe9a3ca422ae72caebace25cc1ba85fe6f (patch) | |
tree | 9324636c9883c026a0a05050f3804a71bbf7470e /FICS | |
parent | c638397d6a17ff1ef1cb2ce5048f0e2e284061ef (diff) |
Deleted 'if 0'
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/fics_addplayer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FICS/fics_addplayer.c b/FICS/fics_addplayer.c index 1647321..07170a0 100644 --- a/FICS/fics_addplayer.c +++ b/FICS/fics_addplayer.c @@ -30,11 +30,6 @@ /* #include "hostinfo.h" */ #include "command.h" -#if 0 -extern time_t time(); -extern int printf(); -#endif - PRIVATE void usage(char *progname) { fprintf(stderr, "Usage: %s [-l] [-n] UserName FullName EmailAddress\n", progname); |