Remove an unused variable.

2006-03-20  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
This commit is contained in:
Matthias Clasen 2006-03-21 03:59:44 +00:00 committed by Matthias Clasen
parent 538218e5af
commit 2d12378f9e
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-03-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
page->tab_label dangling.
(gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine

View File

@ -1,5 +1,7 @@
2006-03-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
page->tab_label dangling.
(gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine

View File

@ -551,7 +551,7 @@ gtk_drag_get_cursor (GdkDisplay *display,
GdkDragAction action,
GtkDragSourceInfo *info)
{
gint i, j;
gint i;
/* reconstruct the cursors for each new drag (thus !info),
* to catch cursor theme changes