summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-30 17:52:44 -0400
committerRay Strode <rstrode@redhat.com>2008-06-30 17:52:44 -0400
commitf0412cefff84f1cb654c4d152287723b7dbac276 (patch)
treed98f797c6a1a0e5c78bcc1ff115c53808d5858c3
parentdfbde7255758808c205b0880fbf861ead4fa15d2 (diff)
downloadplymouth-f0412cefff84f1cb654c4d152287723b7dbac276.tar.gz
plymouth-f0412cefff84f1cb654c4d152287723b7dbac276.tar.xz
plymouth-f0412cefff84f1cb654c4d152287723b7dbac276.zip
Don't watch tty for input in two places
-rw-r--r--src/libplybootsplash/ply-window.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libplybootsplash/ply-window.c b/src/libplybootsplash/ply-window.c
index 5f65ef1..90f9cc6 100644
--- a/src/libplybootsplash/ply-window.c
+++ b/src/libplybootsplash/ply-window.c
@@ -723,12 +723,6 @@ ply_window_attach_to_event_loop (ply_window_t *window,
window->loop = loop;
- if (window->tty_fd >= 0)
- window->tty_fd_watch = ply_event_loop_watch_fd (window->loop, window->tty_fd,
- PLY_EVENT_LOOP_FD_STATUS_HAS_DATA,
- (ply_event_handler_t) on_key_event,
- NULL, window);
-
ply_event_loop_watch_for_exit (loop, (ply_event_loop_exit_handler_t)
ply_window_detach_from_event_loop,
window);