Remove the accidentally added prototype for this unimplemented function.

2005-01-22  Matthias Clasen  <mclasen@redhat.com>

	* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
	Remove the accidentally added prototype for this unimplemented
	function.  (#164893, Jeff Franks)
This commit is contained in:
Matthias Clasen
2005-01-23 04:27:39 +00:00
committed by Matthias Clasen
parent 73b39c9b3b
commit d63f16a923
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
2005-01-22 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
Remove the accidentally added prototype for this unimplemented
function. (#164893, Jeff Franks)
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
drags. (#164884)

View File

@@ -1,5 +1,9 @@
2005-01-22 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
Remove the accidentally added prototype for this unimplemented
function. (#164893, Jeff Franks)
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
drags. (#164884)

View File

@@ -1,5 +1,9 @@
2005-01-22 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
Remove the accidentally added prototype for this unimplemented
function. (#164893, Jeff Franks)
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
drags. (#164884)

View File

@@ -131,11 +131,6 @@ void gdk_display_add_client_message_filter (GdkDisplay *display,
GdkAtom message_type,
GdkFilterFunc func,
gpointer data);
void gdk_display_add_client_message_filter_full (GdkDisplay *display,
GdkAtom message_type,
GdkFilterFunc func,
gpointer data,
GDestroyNotify destroy);
void gdk_display_set_double_click_time (GdkDisplay *display,
guint msec);