(XTread_socket): Delete WAITP arg.
authorRichard M. Stallman <rms@gnu.org>
Wed, 25 Sep 1996 08:00:39 +0000 (08:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 25 Sep 1996 08:00:39 +0000 (08:00 +0000)
src/xterm.c

index 6457889..b87f0fd 100644 (file)
@@ -3234,11 +3234,10 @@ static struct x_display_info *next_noop_dpyinfo;
    We return the number of characters stored into the buffer,
    thus pretending to be `read'.
 
-   WAITP is nonzero if we should block until input arrives.
    EXPECTED is nonzero if the caller knows input is available.  */
 
 int
-XTread_socket (sd, bufp, numchars, waitp, expected)
+XTread_socket (sd, bufp, numchars, expected)
      register int sd;
      /* register */ struct input_event *bufp;
      /* register */ int numchars;