From ef2d1399673fc4bea4cc9e023c3e5000e80c04c7 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 23 Jan 2013 05:30:59 +0000 Subject: [PATCH] e/action - removed unnecessary line. already structure is clean. SVN revision: 83122 --- src/bin/e_actions.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index fda4df28b..56105315b 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -3568,8 +3568,6 @@ e_action_predef_name_set(const char *act_grp, const char *act_name, const char * if (!actg) return; actg->act_grp = eina_stringshare_add(act_grp); - actg->acts = NULL; - action_groups = eina_list_append(action_groups, actg); action_groups = eina_list_sort(action_groups, -1, _action_groups_sort_cb);