forked from AuroraMiddleware/gtk
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:
parent
538218e5af
commit
2d12378f9e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user