elm/config: remove unused 'cur_selected'

SVN revision: 67869
This commit is contained in:
Jihoon Kim 2012-02-13 04:48:47 +00:00
parent 7f80b6c110
commit 4d255b7be6
1 changed files with 0 additions and 2 deletions

View File

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