libgimpwidgets: Drop redundant assignment
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user