devilhorns pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=e82dea1d278ea4d71c796be595af739f297e9767
commit e82dea1d278ea4d71c796be595af739f297e9767 Author: Chris Michael <[email protected]> Date: Thu Sep 11 07:53:34 2014 -0400 terminology: Remove unused variable NB: _actions is not being used in the key_bindings_load function, so remove the variable. Signed-off-by: Chris Michael <[email protected]> --- src/bin/keyin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/keyin.c b/src/bin/keyin.c index a8cb5e7..e34c023 100644 --- a/src/bin/keyin.c +++ b/src/bin/keyin.c @@ -1058,7 +1058,6 @@ keyin_remove_config(Config_Keys *key) int key_bindings_load(Config *config) { - Shortcut_Action *action = _actions; Config_Keys *key; Eina_List *l; --
