gtk-demo: Remove excessive pointer querying

This commit is contained in:
Benjamin Otte 2011-11-09 02:52:09 +01:00
parent 439b9a3b1d
commit c9c9099f83

View File

@ -225,8 +225,6 @@ motion_notify_event (GtkWidget *text_view,
set_cursor_if_appropriate (GTK_TEXT_VIEW (text_view), x, y);
gdk_window_get_pointer (gtk_widget_get_window (text_view),
NULL, NULL, NULL);
return FALSE;
}