diff --git a/src/bin/extra_main.c b/src/bin/extra_main.c index dabc4f9..f8606e1 100644 --- a/src/bin/extra_main.c +++ b/src/bin/extra_main.c @@ -29,7 +29,7 @@ static Elm_Genlist_Item_Class _theme_class; static Evas_Object *_win, *_popup, *_theme_list, *_install_button; static Extra_Progress _sync_progress, _install_progress; -static Evas_Object *_sync_popup, *_theme_list; +static Evas_Object *_theme_list; static Extra_Theme *_selected_theme; static Theme_Ui ui; @@ -97,8 +97,6 @@ _theme_content_get(void *data, Evas_Object *obj, const char *source) static void _theme_select(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED) { - char *name; - extra_win_show(data); elm_object_disabled_set(_install_button, extra_theme_installed(_selected_theme)); @@ -232,7 +230,7 @@ _download_done(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event static Evas_Object * extra_win_setup(void) { - Evas_Object *win, *list, *pane, *box, *frame, *table, *label, *preview, *install, *btn, *icon, *scroller; + Evas_Object *win, *list, *pane, *box, *frame, *table, *install, *icon, *scroller; win = elm_win_util_standard_add("main", "Extra!"); if (!win) return NULL;