summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich-at-freedesktop-dot-org>2004-12-14 08:59:20 +0000
committerEgbert Eich <eich-at-freedesktop-dot-org>2004-12-14 08:59:20 +0000
commit642cd269f94a234aa470a1d43385bd42625d89a1 (patch)
tree43b630278c7d3ca902afd20da7babebe1a2a5297
parenta07ccae36e629741d2e48de7730114d30a975a41 (diff)
downloadxorg-lib-libX11-642cd269f94a234aa470a1d43385bd42625d89a1.tar.gz
Removed #ifdef'ed out code together with the comment explaining why it was #ifdef'ed out.
Fixed typo. Added comment to a changed that's been committed with one of the previous commits.
-rw-r--r--modules/im/ximcp/imInsClbk.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/im/ximcp/imInsClbk.c b/modules/im/ximcp/imInsClbk.c
index 0aaba735..6dfcac4c 100644
--- a/modules/im/ximcp/imInsClbk.c
+++ b/modules/im/ximcp/imInsClbk.c
@@ -254,18 +254,6 @@ _XimUnRegisterIMInstantiateCallback(
_XUnregisterFilter( display, RootWindow(display, 0),
_XimFilterPropertyNotify,
(XPointer)NULL );
-#if 0
- /*
- * don't unregister the event mask
- * (not even the PropertyNotify mask)
- * as others may be interested.
- * It shouldn't matter if we don't unregister
- * as we are in the root window anyway so the
- * event won't be propagated any further.
- */
- XSelectInput( display, RootWindow(display, 0),
- NoEventMask );
-#endif
}
else
picb->next = icb->next;