yaft: remove unnecessary cfb struct member

This commit is contained in:
Stefan Seyfried
2018-01-19 20:06:42 +01:00
committed by Thilo Graf
parent 5598cd50aa
commit 2551dfd994
2 changed files with 1 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ int YaFT::run(void)
/* global */
extern volatile sig_atomic_t need_redraw;
extern volatile sig_atomic_t child_alive;
term.cfb = fb.info.cfb = CFrameBuffer::getInstance();
fb.info.cfb = CFrameBuffer::getInstance();
term.txt.push("");
term.lines_available = 0;
term.nlseen = false;