aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-10 00:58:33 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:27 +0800
commit664556ed0f5e6fc9d94c90288de085906b7bc179 (patch)
tree35d8697bc867bcd856dd05a8dda7d968fb0f8f06 /widgets/table/e-cell-text.h
parentb754e4a5d2f9b19ab7d70f79bad698c0fc69beff (diff)
downloadgsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.tar
gsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.tar.gz
gsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.tar.bz2
gsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.tar.lz
gsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.tar.xz
gsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.tar.zst
gsoc2013-evolution-664556ed0f5e6fc9d94c90288de085906b7bc179.zip
Adapt ECell classes to latest gtk+-3.0 API.
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r--widgets/table/e-cell-text.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index ee3e1f5202..7645a0064b 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -91,9 +91,6 @@ struct _ECellText {
See the XParseColor man page for the formats available. */
gint color_column;
gint bg_color_column;
-
- /* This stores the colors we have allocated. */
- GHashTable *colors;
};
struct _ECellTextClass {