From 6fbd1bf55f988672818dd93bc55480ec22e26316 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 13 Feb 2012 04:48:47 +0000 Subject: [PATCH] elm/config: remove unused 'cur_selected' SVN revision: 67869 --- src/bin/config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/config.c b/src/bin/config.c index 7a78c46..bc64750 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -2121,7 +2121,6 @@ _profiles_list_selected_cb(void *data, { const char *cur_profile = NULL; const char *sel_profile, *pdir; - Eina_Bool cur_selected; const char *prof_name; char buf[PATH_MAX]; Evas_Object *en; @@ -2134,7 +2133,6 @@ _profiles_list_selected_cb(void *data, return; cur_profile = elm_profile_current_get(); - cur_selected = !strcmp(cur_profile, sel_profile); pdir = elm_profile_dir_get(sel_profile, EINA_TRUE); if (!pdir) pdir = elm_profile_dir_get(sel_profile, EINA_FALSE); -- 2.7.4