mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-31 01:24:43 +02:00
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
|
int
|
||||||
ttyplay_main (char *ttyfile, int mode, int rstripgfx)
|
ttyplay_main (char *ttyfile, int mode, int rstripgfx)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user