]> skyeroc.xyz Git - dgamelaunch/commitdiff
usage() is useless
authorJoshua Kwan <joshk@triplehelix.org>
Sat, 3 Jan 2004 00:31:47 +0000 (00:31 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Sat, 3 Jan 2004 00:31:47 +0000 (00:31 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@47 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

ttyplay.c

index c920148e9ee35bbc27d7b98c7d5834bf732674c2..999a8d3722e0f2f4d4f34c73524f6b63c7c74a39 100644 (file)
--- 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)
 {