e_bindings: Remove unused variable

This commit is contained in:
Christopher Michael 2020-08-22 14:41:07 -04:00
parent e7c4016a69
commit a8eb8821f8
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ e_bindings_init(void)
E_Config_Binding_Edge *ebe;
E_Config_Binding_Key *ebk;
E_Config_Binding_Acpi *eba;
E_Config_Binding_Acpi *ebsw;
Eina_List *l;
EINA_LIST_FOREACH(e_bindings->mouse_bindings, l, ebm)