summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-11-28 11:17:07 -0500
committerChris Michael <cp.michael@samsung.com>2017-11-28 11:17:07 -0500
commit3a7f13256085fcf79c42a2d23c2c0c69e4a1dd78 (patch)
treeeda905962a36454bc850a6fb2ae1e421887fd3b7
parenta2740126f186ef52289c3146ae7f79582f445253 (diff)
downloadenlightenment-3a7f13256085fcf79c42a2d23c2c0c69e4a1dd78.tar.gz
conf-randr: No need to set this variable twice
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/conf_randr/e_int_config_randr2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/conf_randr/e_int_config_randr2.c b/src/modules/conf_randr/e_int_config_randr2.c
index f724ecd4f8..1530c214a1 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;