diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-10 00:58:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-01-26 21:49:12 +0800 |
commit | 310069df2f60e2b2d290d972d231f9021de0e37e (patch) | |
tree | f5a7c9cbdf256d442e6669e5e46bd3c4e5a99ddd /widgets/table/e-cell-text.h | |
parent | b4e2a4b0dc885549f5869102dfe9bf714097ee98 (diff) | |
download | gsoc2013-evolution-310069df2f60e2b2d290d972d231f9021de0e37e.tar.gz gsoc2013-evolution-310069df2f60e2b2d290d972d231f9021de0e37e.tar.zst gsoc2013-evolution-310069df2f60e2b2d290d972d231f9021de0e37e.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.h | 3 |
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 { |