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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-09-11 07:53:34 -04:00
parent 6ed8e857a1
commit e82dea1d27
1 changed files with 0 additions and 1 deletions

View File

@ -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;