devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=3a7f13256085fcf79c42a2d23c2c0c69e4a1dd78

commit 3a7f13256085fcf79c42a2d23c2c0c69e4a1dd78
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Nov 28 11:17:07 2017 -0500

    conf-randr: No need to set this variable twice
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/conf_randr/e_int_config_randr2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/conf_randr/e_int_config_randr2.c 
b/src/modules/conf_randr/e_int_config_randr2.c
index f724ecd4f..1530c214a 100644
--- a/src/modules/conf_randr/e_int_config_randr2.c
+++ b/src/modules/conf_randr/e_int_config_randr2.c
@@ -1155,7 +1155,6 @@ _basic_apply(E_Config_Dialog *cfd EINA_UNUSED, 
E_Config_Dialog_Data *cfdata)
         printf("APPLY %s .... rel to %s\n", cs->id, cs2->rel_to);
         if (cs2->rel_to) cs->rel_to = eina_stringshare_add(cs2->rel_to);
         cs->rel_align = cs2->rel_align;
-        cs->mode_refresh = cs2->mode_refresh;
         cs->mode_w = cs2->mode_w;
         cs->mode_h = cs2->mode_h;
         cs->mode_refresh = cs2->mode_refresh;

-- 


Reply via email to