Skip to content

Commit 61adc84

Browse files
committed
remove LI ncourses workaround
1 parent 941fcd9 commit 61adc84

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

code/bngblaster/src/bbl_interactive.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,9 @@ void
163163
bbl_interactive_read_key_job(timer_s *timer)
164164
{
165165
int ch;
166-
static bool show_li = false;
167166

168167
UNUSED(timer);
169168

170-
if(!show_li && dict_count(g_ctx->li_flow_dict)) {
171-
show_li = true;
172-
bbl_interactive_init_window();
173-
}
174-
175169
ch = getch();
176170
switch (ch) {
177171
case KEY_F(1):

0 commit comments

Comments
 (0)