Oops, Rob not Rocco :>

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@500 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2001-01-23 01:22:32 +00:00
parent d4ddd014a3
commit 17276e506e
1 changed files with 1 additions and 1 deletions

View File

@ -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: