aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-text.c')
-rw-r--r--widgets/table/e-cell-text.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 8406461b90..ca28e1fbca 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -448,8 +448,6 @@ ect_free_color (gchar *color_spec, GdkColor *color, GdkColormap *colormap)
/* This frees the color. Note we don't free it if it is the special
value. */
if (color != (GdkColor*) 1) {
- gulong pix = color->pixel;
-
gdk_colormap_free_colors (colormap, color, 1);
/* This frees the memory for the GdkColor. */