[gimp/metadata-browser] libgimpwidgets: Drop redundant assignment



commit 9fbf10b1813db5c68ba077af709ea56ec11821ee
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Oct 12 17:21:23 2011 +0530

    libgimpwidgets: Drop redundant assignment

 libgimpwidgets/gimpintcombobox.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimpintcombobox.c b/libgimpwidgets/gimpintcombobox.c
index 253b629..ca141aa 100644
--- a/libgimpwidgets/gimpintcombobox.c
+++ b/libgimpwidgets/gimpintcombobox.c
@@ -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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]