diff --git a/ChangeLog b/ChangeLog index d9e124860e..887525afad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-16 Michael Natterer + + * gtk/gtkentry.c: removed function drag_begin_cb(), which was in + svn since 2.8 but was never used. + 2008-06-16 Michael Natterer * gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 26c41466bc..def887607d 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1894,14 +1894,6 @@ _gtk_entry_get_selected_text (GtkEntry *entry) return text; } -static void -drag_begin_cb (GtkWidget *widget, - GdkDragContext *context, - gpointer data) -{ - g_signal_handlers_disconnect_by_func (widget, drag_begin_cb, NULL); -} - static gint gtk_entry_motion_notify (GtkWidget *widget, GdkEventMotion *event)