From 69291d9c4c58d7f3ac25d78d7ce5ec365adedce7 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 19 Dec 2012 10:58:36 +0000 Subject: [PATCH] e: Remove pointless assignments Signed-off-by: Mike McCormack SVN revision: 81347 --- src/modules/conf_intl/e_int_config_intl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/conf_intl/e_int_config_intl.c b/src/modules/conf_intl/e_int_config_intl.c index add3669f5..3798f6479 100644 --- a/src/modules/conf_intl/e_int_config_intl.c +++ b/src/modules/conf_intl/e_int_config_intl.c @@ -1055,11 +1055,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf e_intl_locale_parts_free(locale_parts); } - else - cur_sig_loc = NULL; } - else - cur_sig_loc = NULL; e_prefix_data_snprintf(buf, sizeof(buf), "data/flags/%s", "lang-system.png"); ic = e_util_icon_add(buf, evas);