From c83c455ee7ce20c9e187b8fef1f1783ef8d7f10b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 4 Jan 2005 21:19:20 +0000 Subject: updated for version 7.0030 --- src/os_beos.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/os_beos.c') diff --git a/src/os_beos.c b/src/os_beos.c index e492cab45..10135aa3b 100644 --- a/src/os_beos.c +++ b/src/os_beos.c @@ -192,15 +192,6 @@ beos_select(int nbits, } #endif -#if FEAT_GUI_BEOS - /* - * If not reading from terminal, pretend there is input. - * This makes the pty reading (for the GUI) "work" for - * :!ls but not for :r !ls ... weird. - */ - if (gui.in_use && State == EXTERNCMD) - return 1; -#endif return 0; } -- cgit v1.2.1