mirror of git://git.sv.gnu.org/nano.git
remove now-unused search_last_line global
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2778 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
b8351c1c8b
commit
7f7c66c237
|
@ -38,7 +38,6 @@ ssize_t wrap_at = -CHARS_FROM_EOL; /* Right justified fill value,
|
|||
|
||||
char *last_search = NULL; /* Last string we searched for */
|
||||
char *last_replace = NULL; /* Last replacement string */
|
||||
int search_last_line; /* Is this the last search line? */
|
||||
|
||||
unsigned long flags = 0; /* Our flag containing many options */
|
||||
WINDOW *topwin; /* Top buffer */
|
||||
|
|
Loading…
Reference in New Issue