From 8b1c619f0b9e4018c51495952eb9e798caafe254 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 8 Oct 2010 14:41:49 +0200 Subject: [PATCH] * keyboard.c: Revert last change; it was not intended to be synchronized with the trunk. --- src/ChangeLog | 5 +++++ src/keyboard.c | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 0bde3bb19fe..151e0daa29d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-10-08 Michael Albinus + + * keyboard.c: Revert last change; it was not intended to be + synchronized with the trunk. + 2010-10-08 Kenichi Handa * coding.c (complement_process_encoding_system): Fix previous change. diff --git a/src/keyboard.c b/src/keyboard.c index b284244ac81..9af26cd427d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3952,11 +3952,6 @@ kbd_buffer_get_event (KBOARD **kbp, /* One way or another, wait until input is available; then, if interrupt handlers have not read it, read it now. */ -#ifdef HAVE_DBUS - /* Read D-Bus messages. */ - xd_read_queued_messages (); -#endif /* HAVE_DBUS */ - /* Note SIGIO has been undef'd if FIONREAD is missing. */ #ifdef SIGIO gobble_input (0); -- 2.39.5