rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=a84c06d1625f864ab5756473884774ec02b38687

commit a84c06d1625f864ab5756473884774ec02b38687
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Mon Nov 9 18:39:48 2015 +0200

    sound_editor: remove unused code (CID 85130)
---
 src/bin/ui/editors/sound_editor.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/ui/editors/sound_editor.c 
b/src/bin/ui/editors/sound_editor.c
index d280bc5..8b21904 100644
--- a/src/bin/ui/editors/sound_editor.c
+++ b/src/bin/ui/editors/sound_editor.c
@@ -1157,7 +1157,6 @@ _add_sample_done(void *data,
                  Evas_Object *obj,
                  void *event_info)
 {
-   Sound *snd;
    Item *it;
    Eina_Stringshare *sound_name;
    Eina_List *samples_list, *l;
@@ -1210,9 +1209,6 @@ _add_sample_done(void *data,
 
         edje_edit_sound_sample_add(ap.project->global_object, res->name, 
res->source);
 
-        snd = (Sound *)mem_calloc(1, sizeof(Sound));
-        snd->name = eina_stringshare_add(file_name);
-        snd->src = eina_stringshare_add(res->source);
         it = (Item *)mem_calloc(1, sizeof(Item));
         it->sound_name = eina_stringshare_add(sound_name);
         it->format = _sound_format_get(selected);

-- 


Reply via email to