[gtk+/treeview-refactor-staging: 1/12] Removed unused variable from GtkCellAreaBoxContext.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/treeview-refactor-staging: 1/12] Removed unused variable from GtkCellAreaBoxContext.
- Date: Thu, 2 Dec 2010 08:07:17 +0000 (UTC)
commit 2bf8f7eab9ac2cec2239ca037689d6a465156b7e
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Dec 2 17:09:44 2010 +0900
Removed unused variable from GtkCellAreaBoxContext.
gtk/gtkcellareaboxcontext.c | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkcellareaboxcontext.c b/gtk/gtkcellareaboxcontext.c
index 6ed66d3..cc4c0b4 100644
--- a/gtk/gtkcellareaboxcontext.c
+++ b/gtk/gtkcellareaboxcontext.c
@@ -404,12 +404,11 @@ static void
gtk_cell_area_box_context_sum (GtkCellAreaBoxContext *context,
GtkOrientation orientation)
{
- GtkCellAreaBoxContextPrivate *priv = context->priv;
- GtkCellArea *area;
- GtkOrientation box_orientation;
- GArray *array;
- gint spacing, i;
- gint min_size = 0, nat_size = 0;
+ GtkCellArea *area;
+ GtkOrientation box_orientation;
+ GArray *array;
+ gint spacing, i;
+ gint min_size = 0, nat_size = 0;
area = gtk_cell_area_context_get_area (GTK_CELL_AREA_CONTEXT (context));
spacing = gtk_cell_area_box_get_spacing (GTK_CELL_AREA_BOX (area));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]