diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2012-10-04 23:26:48 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2012-10-04 23:26:48 +0000 |
commit | 427b6c34dfb1d7fa724262f23178841c3d8ba5e3 (patch) | |
tree | 49b4caa3b5e7e0024ec0f6ae111d6df5b27e23aa /src/modules/conf_theme | |
parent | 9e11c4cae176dea81e1844f0cd2cb7f8db8af087 (diff) | |
download | enlightenment-427b6c34dfb1d7fa724262f23178841c3d8ba5e3.tar.gz |
e: Cleanup
Removes unused variables, drops duplicate return or break
statements and drops unnecessary checks.
Patch by Igor Murzov
SVN revision: 77490
Diffstat (limited to 'src/modules/conf_theme')
-rw-r--r-- | src/modules/conf_theme/e_int_config_scale.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/conf_theme/e_int_config_scale.c b/src/modules/conf_theme/e_int_config_scale.c index 7c19a8ee65..50d2f26c01 100644 --- a/src/modules/conf_theme/e_int_config_scale.c +++ b/src/modules/conf_theme/e_int_config_scale.c @@ -386,7 +386,6 @@ _adv_changed(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata) (cfdata->max != e_config->scale.max) || (cfdata->factor != e_config->scale.factor) || (cfdata->base_dpi != e_config->scale.base_dpi); - return 1; } static void |