* gtkutil.c (qttip_cb): Remove code without function.

This commit is contained in:
Jan Djärv 2011-07-09 09:59:22 +02:00
parent 8278c4fef8
commit f25661f0c3
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-07-09 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (qttip_cb): Remove code without function.
2011-07-09 Eli Zaretskii <eliz@gnu.org>
* w32.c (pthread_sigmask): New stub.

View file

@ -647,7 +647,6 @@ qttip_cb (GtkWidget *widget,
/* Change stupid Gtk+ default line wrapping. */
p = gtk_widget_get_parent (x->ttip_lbl);
list = gtk_container_get_children (GTK_CONTAINER (p));
iter;
for (iter = list; iter; iter = g_list_next (iter))
{
GtkWidget *w = GTK_WIDGET (iter->data);