removed function drag_begin_cb(), which was in svn since 2.8 but was never

2008-06-16  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkentry.c: removed function drag_begin_cb(), which was in
	svn since 2.8 but was never used.


svn path=/trunk/; revision=20409
This commit is contained in:
Michael Natterer 2008-06-16 20:10:17 +00:00 committed by Michael Natterer
parent f5f865d43c
commit a09bebd5b9
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2008-06-16 Michael Natterer <mitch@imendio.com>
* gtk/gtkentry.c: removed function drag_begin_cb(), which was in
svn since 2.8 but was never used.
2008-06-16 Michael Natterer <mitch@imendio.com> 2008-06-16 Michael Natterer <mitch@imendio.com>
* gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use * gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use

View File

@ -1894,14 +1894,6 @@ _gtk_entry_get_selected_text (GtkEntry *entry)
return text; 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 static gint
gtk_entry_motion_notify (GtkWidget *widget, gtk_entry_motion_notify (GtkWidget *widget,
GdkEventMotion *event) GdkEventMotion *event)