aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-15 01:54:19 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-15 01:54:19 +0800
commitf368ce16ae384b2cdd3ba6bb0748b4c8f39586e0 (patch)
treec230c633e3a86cb7f56053135d160f9c030e60e0 /widgets/table
parentb553ade4f903e0e08a20b131fc13f9788eba9af6 (diff)
downloadgsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.tar
gsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.tar.gz
gsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.tar.bz2
gsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.tar.lz
gsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.tar.xz
gsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.tar.zst
gsoc2013-evolution-f368ce16ae384b2cdd3ba6bb0748b4c8f39586e0.zip
Commented out an unused variable to fix a warning.
2000-12-14 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c (eti_realize): Commented out an unused variable to fix a warning. svn path=/trunk/; revision=7014
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-table-item.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index 1f5494011c..dbc2bb3f00 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -1079,7 +1079,9 @@ eti_realize (GnomeCanvasItem *item)
ETableItem *eti = E_TABLE_ITEM (item);
GtkWidget *canvas_widget = GTK_WIDGET (item->canvas);
GdkWindow *window;
+#if 0
GdkEventMask mask;
+#endif
if (GNOME_CANVAS_ITEM_CLASS (eti_parent_class)->realize)
(*GNOME_CANVAS_ITEM_CLASS (eti_parent_class)->realize)(item);