From c4c0db1383f68e0fa8e8ed463abc90b4ded417a9 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Wed, 6 Dec 2017 23:43:44 +0000 Subject: [PATCH] theme: remove unnecessary call, and slight tidy. --- src/bin/edi_theme.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/edi_theme.c b/src/bin/edi_theme.c index 75bbd4d..b6cb42f 100644 --- a/src/bin/edi_theme.c +++ b/src/bin/edi_theme.c @@ -33,8 +33,6 @@ edi_theme_window_alpha_set(void) void edi_theme_elm_code_alpha_set(Evas_Object *obj) { - edi_theme_window_alpha_set(); - if (_edi_project_config->gui.translucent) elm_code_widget_alpha_set(obj, _edi_project_config->gui.alpha); else @@ -60,7 +58,6 @@ edi_theme_elm_code_set(Evas_Object *obj, const char *name) elm_layout_file_set(obj, theme->path, "elm/code/layout/default"); efl_ui_widget_theme_apply(obj); } - } Edi_Theme *