]> code.delx.au - gnu-emacs/commitdiff
(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 64578891a6d4fad4d2391e531590b610a3c85610..b87f0fdabe877c07b79b9782e7e046936c1c11b0 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;