Commit 7f7c66c2 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove now-unused search_last_line global

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2778 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent b8351c1c
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment