[evolution] e-table: Remove unused stipple variable
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [evolution] e-table: Remove unused stipple variable
- Date: Fri, 29 Oct 2010 18:34:19 +0000 (UTC)
commit 4a95827168bb9ed9b91d8b903363cf5b9dd712f1
Author: Benjamin Otte <otte redhat com>
Date:   Sat Oct 9 02:51:41 2010 +0200
    e-table: Remove unused stipple variable
 widgets/table/e-cell-text.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 011e334..1a0e53b 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -127,7 +127,6 @@ typedef struct {
 	ECellView    cell_view;
 	GdkGC       *gc;
 	GdkCursor *i_cursor;
-	GdkBitmap *stipple;		/* Stipple for text */
 
 	GnomeCanvas *canvas;
 
@@ -398,9 +397,6 @@ ect_unrealize (ECellView *ecv)
 		ect_cancel_edit (text_view);
 	}
 
-	if (text_view->stipple)
-		g_object_unref (text_view->stipple);
-
 	gdk_cursor_unref (text_view->i_cursor);
 
 	if (ect->colors) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]