win: remove unused variable

This commit is contained in:
Boris Faure 2020-01-27 23:53:59 +01:00
parent 3b46e9d715
commit dc2bcc94a1
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 0 additions and 1 deletions

View File

@ -2893,7 +2893,6 @@ _tabs_recompute_drag(Tabs *tabs)
int idx = -1;
Tab_Item *tab_item;
Eina_List *l;
double step;
double v1 = 0.0, v2 = 1.0;
EINA_LIST_FOREACH(tabs->tabs, l, tab_item)