usage() is useless
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@47 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
e5454e9f8a
commit
ede90e71bd
10
ttyplay.c
10
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue