[evolution/rendering-cleanup: 13/97] e-table: Remove unused stipple variable
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/rendering-cleanup: 13/97] e-table: Remove unused stipple variable
- Date: Thu, 21 Oct 2010 09:45:07 +0000 (UTC)
commit a84e416fc74bac7e4f0537df67be647f2355b5e1
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]