seoz pushed a commit to branch master.

commit df676e6eccc5138be0382054c21793b7ad63e600
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Sep 8 21:11:03 2013 +0900

    config.c: remove unused variable.
---
 src/bin/config.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index 29b226c..853c365 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -1341,13 +1341,12 @@ _profile_reset(void            *data,
                Evas_Object *obj EINA_UNUSED,
                void *event_info EINA_UNUSED)
 {
-   const char *selection, *curr;
+   const char *selection;
    const char *pdir;
    Evas_Object *li;
 
    li = data;
    selection = elm_object_item_data_get(elm_list_selected_item_get(li));
-   curr = elm_config_profile_get();
 
    elm_config_all_flush();
    elm_config_save(); /* dump config into old profile's data dir */

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to