* src/text.c: Rename 'to_end' to 'to_eof', to lessen confusion
with CUT_TO_END (which is about cutting to end-of-line).
* src/text.c: Upon better thought, elide the unneeded 'to_eof'.
+ * src/text.c: And elide a totally unused 'strdata2'.
2014-06-18 Mark Majeres <mark@engine12.com>
* src/text.c (add_undo): Don't start a new undo for CUT when the
/* Where did this action begin or end. */
char *strdata;
/* String type data we will use for copying the affected line back. */
- char *strdata2;
- /* Sigh, need this too, it looks like. */
int xflags;
/* Some flag data we need. */
fs->current_undo = u;
}
u->strdata = NULL;
- u->strdata2 = NULL;
u->cutbuffer = NULL;
u->cutbottom = NULL;
u->mark_set = FALSE;