commit 17276e506eb92884b003d625abe20cc30edbd91a
parent d4ddd014a368bbc39a98be5123895eea2bc641cb
Author: Chris Allegretta <chrisa@asty.org>
Date: Tue, 23 Jan 2001 01:22:32 +0000
Oops, Rob not Rocco :>
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@500 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -2,7 +2,7 @@ CVS code -
General
- Removed center_x and center_y globals. center_y was
completely unused and center_x was only used a few places,
- easily replaced with COLS / 2.
+ easily replaced with COLS / 2 (oops, not current_x & y (Rob)).
- Deleted free_node, duplicate of delete_node, and changed all
free_node calls to delete_node.
- files.c: