aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-03-04 04:05:56 +0800
committerChris Lahey <clahey@src.gnome.org>2000-03-04 04:05:56 +0800
commitbc0d854e93fa0dd9ca596d1663f389f31f458439 (patch)
treea9b855266f141fb34af7cad8e717f38bff7a1d41 /widgets/table/e-table-header-item.h
parentece2d6be35fb3e16f39b00fe0f323acca81fb997 (diff)
downloadgsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.tar
gsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.tar.gz
gsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.tar.bz2
gsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.tar.lz
gsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.tar.xz
gsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.tar.zst
gsoc2013-evolution-bc0d854e93fa0dd9ca596d1663f389f31f458439.zip
Removed some unused code.
2000-03-03 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Removed some unused code. * e-table-header-item.c, e-table-header-item.h: Removed the unused normal_cursor variable and object. * e-table-col.c: Maintain a reference count in the contained ECell. svn path=/trunk/; revision=2024
Diffstat (limited to 'widgets/table/e-table-header-item.h')
-rw-r--r--widgets/table/e-table-header-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-item.h b/widgets/table/e-table-header-item.h
index 156e25beef..2e889a6adf 100644
--- a/widgets/table/e-table-header-item.h
+++ b/widgets/table/e-table-header-item.h
@@ -15,7 +15,7 @@ typedef struct {
ETableHeader *eth;
GdkGC *gc;
- GdkCursor *change_cursor, *normal_cursor;
+ GdkCursor *change_cursor;
short x1, y1, height, width;
GdkFont *font;