Skip to content
Snippets Groups Projects
Commit 959c4903 authored by deuce's avatar deuce
Browse files

Remove unneeded assignments.

parent 3f98d20c
No related branches found
No related tags found
No related merge requests found
...@@ -4769,8 +4769,6 @@ CIOLIBEXPORT char* CIOLIBCALL cterm_write(struct cterminal * cterm, const void * ...@@ -4769,8 +4769,6 @@ CIOLIBEXPORT char* CIOLIBCALL cterm_write(struct cterminal * cterm, const void *
/* CGTerm does nothing there... we */ /* CGTerm does nothing there... we */
/* Erase under cursor. */ /* Erase under cursor. */
TERM_XY(&x, &y); TERM_XY(&x, &y);
l=WHEREX();
k=WHEREY();
if (x <= TERM_MAXX) { if (x <= TERM_MAXX) {
sx = x; sx = x;
sy = y; sy = y;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment