From 11d3fd163a8e42df0d8d09f79e2a24ee2cf0d7d8 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 23 Mar 2017 22:12:51 +0100 Subject: [PATCH] yet another one removed, thanks to @Hypolite for CR Signed-off-by: Roland Haeder --- boot.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/boot.php b/boot.php index 87fce11ec8..4101469dd5 100644 --- a/boot.php +++ b/boot.php @@ -1128,18 +1128,6 @@ class App { function set_template_engine($engine = 'smarty3') { $this->theme['template_engine'] = $engine; - /* - $this->theme['template_engine'] = 'smarty3'; - - switch($engine) { - case 'smarty3': - if (is_writable('view/smarty3/')) - $this->theme['template_engine'] = 'smarty3'; - break; - default: - break; - } - */ } function get_template_ldelim($engine = 'smarty3') {