changeset 110857:93079c0866aa

* keyboard.c: Revert last change; it was not intended to be synchronized with the trunk.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 08 Oct 2010 14:41:49 +0200
parents 86c4eea71813
children a6ae19bc27ec
files src/ChangeLog src/keyboard.c
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 08 12:16:05 2010 +0000
+++ b/src/ChangeLog	Fri Oct 08 14:41:49 2010 +0200
@@ -1,3 +1,8 @@
+2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
+
+	* keyboard.c: Revert last change; it was not intended to be
+	synchronized with the trunk.
+
 2010-10-08  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (complement_process_encoding_system): Fix previous change.
--- a/src/keyboard.c	Fri Oct 08 12:16:05 2010 +0000
+++ b/src/keyboard.c	Fri Oct 08 14:41:49 2010 +0200
@@ -3952,11 +3952,6 @@
       /* 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);