diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-23 16:58:19 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-23 16:58:19 +0800 |
commit | f359ee16bbcbb42f48ebaccc8517d253faf78dfd (patch) | |
tree | db869a20abd7e314f468b2c8b064fe38db544584 /widgets/table/e-table-header-item.h | |
parent | b22a84225268d720f2c9e6b9470d419da60fa959 (diff) | |
download | gsoc2013-evolution-f359ee16bbcbb42f48ebaccc8517d253faf78dfd.tar.gz gsoc2013-evolution-f359ee16bbcbb42f48ebaccc8517d253faf78dfd.tar.zst gsoc2013-evolution-f359ee16bbcbb42f48ebaccc8517d253faf78dfd.zip |
Got rid of the gc field here and just use the fg_gc from the style for
2001-10-23 Christopher James Lahey <clahey@ximian.com>
* e-table-header-item.c, e-table-header-item.h: Got rid of the gc
field here and just use the fg_gc from the style for drawing the
buttons.
svn path=/trunk/; revision=13936
Diffstat (limited to 'widgets/table/e-table-header-item.h')
-rw-r--r-- | widgets/table/e-table-header-item.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-item.h b/widgets/table/e-table-header-item.h index 0555585986..6f8783c1ec 100644 --- a/widgets/table/e-table-header-item.h +++ b/widgets/table/e-table-header-item.h @@ -21,7 +21,6 @@ typedef struct { GnomeCanvasItem parent; ETableHeader *eth; - GdkGC *gc; GdkCursor *change_cursor; short height, width; |