This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 1e28ad776e154d8e905c3780020ec77457b770aa
Author: Boris Faure <[email protected]>
AuthorDate: Fri Nov 18 23:27:32 2022 +0100
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 0aced5a..d474907 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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.