From ede90e71bd8d3a0d0ed833bfeed1631a6f71d078 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Sat, 3 Jan 2004 00:31:47 +0000 Subject: [PATCH] usage() is useless git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@47 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- ttyplay.c | 10 ---------- 1 file changed, 10 deletions(-) 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) {