summaryrefslogtreecommitdiff
path: root/src/os_beos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_beos.c')
-rw-r--r--src/os_beos.c9
1 files changed, 0 insertions, 9 deletions
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;
}