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-d3aeb78583b8master
parent
ee733e6d4c
commit
d4ddd014a3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue