From: Joshua Kwan Date: Sat, 3 Jan 2004 00:31:47 +0000 (+0000) Subject: usage() is useless X-Git-Tag: v1.6.1-roc-dev~651 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=ede90e71bd8d3a0d0ed833bfeed1631a6f71d078;p=dgamelaunch usage() is useless git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@47 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/ttyplay.c b/ttyplay.c index c920148..999a8d3 100644 --- a/ttyplay.c +++ b/ttyplay.c @@ -378,16 +378,6 @@ ttypeek (FILE * fp, double speed, ReadFunc read_func, WaitFunc wait_func) } -void -usage (void) -{ - printf ("Usage: ttyplay [OPTION] [FILE]\n"); - printf (" -s SPEED Set speed to SPEED [1.0]\n"); - printf (" -n No wait mode\n"); - printf (" -p Peek another person's ttyrecord\n"); - exit (EXIT_FAILURE); -} - int ttyplay_main (char *ttyfile, int mode, int rstripgfx) {