yaft: remove unnecessary lines_available variable

This commit is contained in:
Stefan Seyfried
2018-01-27 19:21:59 +01:00
committed by Thilo Graf
parent 4ee09e175d
commit 6b14e13fea
4 changed files with 4 additions and 12 deletions

View File

@@ -46,7 +46,6 @@ void YaFT_p::tab(void)
void YaFT_p::nl(void)
{
txt.push("");
lines_available++;
move_cursor(1, 0);
}