X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0d46b5f12c2e87c1fb2d5f103f2012c2f03a7ba9..ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd:/src/process.c diff --git a/src/process.c b/src/process.c index 9321cdc487..7f9b5ac59d 100644 --- a/src/process.c +++ b/src/process.c @@ -286,12 +286,6 @@ static int read_process_output (Lisp_Object, int); static void handle_child_signal (int); static void create_pty (Lisp_Object); -/* If we support a window system, turn on the code to poll periodically - to detect C-g. It isn't actually used when doing interrupt input. */ -#ifdef HAVE_WINDOW_SYSTEM -#define POLL_FOR_INPUT -#endif - static Lisp_Object get_process (register Lisp_Object name); static void exec_sentinel (Lisp_Object proc, Lisp_Object reason);