diff options
-rw-r--r-- | gdk/gdkwindow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index cc2d9c2edb..6700f673c5 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -2408,9 +2408,6 @@ gdk_window_peek_children (GdkWindow *window) * doing. Pass %NULL for @window to get all events for all windows, * instead of events for a specific window. * - * See gdk_display_add_client_message_filter() if you are interested - * in X ClientMessage events. - * * If you are interested in X GenericEvents, bear in mind that * XGetEventData() has been already called on the event, and * XFreeEventData() must not be called within @function. |