From: Chris Allegretta Date: Tue, 23 Jan 2001 01:17:07 +0000 (+0000) Subject: Oops, center_x and y, not current. Thx Rocco X-Git-Tag: v0.9.99pre2~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d4ddd014a368bbc39a98be5123895eea2bc641cb;p=nano.git Oops, center_x and y, not current. Thx Rocco git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@499 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 978b679a..f8f21ed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ CVS code - General - - Removed current_x and current_y globals. current_y was - completely unused and current_x was only used a few places, + - 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. - Deleted free_node, duplicate of delete_node, and changed all free_node calls to delete_node.