diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-03-04 04:05:56 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-03-04 04:05:56 +0800 |
commit | bc0d854e93fa0dd9ca596d1663f389f31f458439 (patch) | |
tree | a9b855266f141fb34af7cad8e717f38bff7a1d41 /widgets/e-table/ChangeLog | |
parent | ece2d6be35fb3e16f39b00fe0f323acca81fb997 (diff) | |
download | gsoc2013-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/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index a536a37fe5..62c8268043 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,12 @@ +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. + 2000-03-01 Ettore Perazzoli <ettore@helixcode.com> * Makefile.am: Use `libeutil.la', not `libeutil.a'. |