jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=811b10293f4247034db6955217fd2a74a0b79df7

commit 811b10293f4247034db6955217fd2a74a0b79df7
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Thu Sep 24 08:39:23 2015 +0900

    config_data: Remove duplicated code.
---
 src/bin/config_data.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/bin/config_data.c b/src/bin/config_data.c
index 1819c30..6d5bc32 100644
--- a/src/bin/config_data.c
+++ b/src/bin/config_data.c
@@ -305,9 +305,6 @@ config_init(const char *input_path, const char *output_path,
    if (input_path[0]) config_input_path_set(input_path);
    if (output_path[0]) eina_stringshare_replace(&cd->output_path, output_path);
 
-   if (input_path[0]) config_input_path_set(input_path);
-   if (output_path[0]) eina_stringshare_replace(&cd->output_path, output_path);
-
    if (img_path)
      g_cd->img_path_list = img_path;
 

-- 


Reply via email to