From 1e28ad776e154d8e905c3780020ec77457b770aa Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 18 Nov 2022 23:27:32 +0100 Subject: [PATCH] win: remove unused but set variable --- src/bin/win.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/win.c b/src/bin/win.c index 0aced5ac..d4749078 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -5279,7 +5279,6 @@ _tabs_recreate(Tabs *tabs) Term *term; Tab_Item *tab_item; Evas_Coord w = 0, h = 0; - int missed = 0; int n = eina_list_count(tabs->tabs); if (n <= 0) @@ -5301,9 +5300,6 @@ _tabs_recreate(Tabs *tabs) "tab,activate", "terminology", _cb_tab_activate); } - - if (term->missed_bell) - missed++; } tab_item = tabs->current;