Remove the accidentally added prototype for this unimplemented
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
This commit is contained in:
committed by
Matthias Clasen
parent
dc0b488d70
commit
a7f083932d
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user