libgimpwidgets: Drop redundant assignment

This commit is contained in:
Mukund Sivaraman
2011-10-12 17:21:23 +05:30
parent 740609f352
commit 324ad1e426

View File

@ -129,8 +129,6 @@ gimp_int_combo_box_init (GimpIntComboBox *combo_box)
gtk_combo_box_set_model (GTK_COMBO_BOX (combo_box), GTK_TREE_MODEL (store));
g_object_unref (store);
priv = GIMP_INT_COMBO_BOX_GET_PRIVATE (combo_box);
priv->pixbuf_renderer = cell = gtk_cell_renderer_pixbuf_new ();
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo_box), cell, FALSE);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo_box), cell,