summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 9ecfbd0ff..d6bfc1e50 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -731,7 +731,6 @@ static void gui_poll(bool active)
// our own event pipe
FD_SET(sEventPipe[0], &read_fd_set);
- /** @todo Check if this max_fd should have + 1 */
max_fd = MAX(max_fd, sEventPipe[0] + 1);
// If there are pending events elsewhere, we should not be blocking