]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - tetris/input.c
#netbsd - where monks recite their internal dialogue while debugging.
[bsdgames-darwin.git] / tetris / input.c
index abac0a934095449262bd8f527fbdfc6513a25208..b21ad834527241251b5fd040f17a684304d60114 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: input.c,v 1.2 1995/04/22 07:42:34 cgd Exp $    */
+/*     $NetBSD: input.c,v 1.4 1999/01/03 02:00:17 hubertf Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -80,7 +80,6 @@ rwait(tvp)
 {
        int i;
        struct timeval starttv, endtv, *s;
-       extern int errno;
 #define        NILTZ ((struct timezone *)0)
 
        /*
@@ -137,20 +136,6 @@ tsleep()
                        break;
 }
 
-/*
- * Eat up any input (used at end of game).
- */
-void
-eat_input()
-{
-       struct timeval tv;
-       char c;
-
-       do {
-               tv.tv_sec = tv.tv_usec = 0;
-       } while (rwait(&tv) && read(0, &c, 1) == 1);
-}
-
 /*
  * getchar with timeout.
  */