aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-16 03:07:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:50:01 +0800
commita7d37040bf83725bd96f1cb15bb5ddc536ba02d3 (patch)
tree827b012be2a6597d55b9691afc53906df29ec7fa /widgets/table/e-table-item.h
parentf7767b0f25c8b06498031c63109ef13c2d87f0f5 (diff)
downloadgsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.tar
gsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.tar.gz
gsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.tar.bz2
gsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.tar.lz
gsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.tar.xz
gsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.tar.zst
gsoc2013-evolution-a7d37040bf83725bd96f1cb15bb5ddc536ba02d3.zip
e-table: Draw grids with Cairo
Gets rid of the need for GdkGC completely.
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r--widgets/table/e-table-item.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h
index 277e2d3c8e..3f773b621a 100644
--- a/widgets/table/e-table-item.h
+++ b/widgets/table/e-table-item.h
@@ -79,9 +79,6 @@ typedef struct {
/* View row, -1 means unknown */
gint old_cursor_row;
- GdkGC *fill_gc;
- GdkGC *grid_gc;
-
guint alternating_row_colors:1;
guint horizontal_draw_grid:1;
guint vertical_draw_grid:1;