mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
yaft: remove unnecessary cfb struct member
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user