diff src/os_beos.c @ 62:4a6de0783bb5

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:19:20 +0000
parents 3fc0f57ecb91
children e6d8b44065bc
line wrap: on
line diff
--- 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;
 }