GtkToolItem: Remove unneeded call

This commit is contained in:
Carlos Garnacho 2011-01-04 02:22:01 +01:00
parent be0ebc9f5a
commit c296d11ac3

View File

@ -451,8 +451,6 @@ gtk_tool_item_realize (GtkWidget *widget)
if (toolitem->priv->use_drag_window)
create_drag_window(toolitem);
gtk_widget_style_attach (widget);
}
static void