From b16eec6a2bdc478304633aca705b2531da1860e8 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 6 Apr 2015 01:22:32 +0200 Subject: [PATCH] One to much? MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../interfaces/template/class_CompileableTemplate.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/inc/classes/interfaces/template/class_CompileableTemplate.php b/inc/classes/interfaces/template/class_CompileableTemplate.php index d3f2f764..b35a750c 100644 --- a/inc/classes/interfaces/template/class_CompileableTemplate.php +++ b/inc/classes/interfaces/template/class_CompileableTemplate.php @@ -251,15 +251,6 @@ interface CompileableTemplate extends FrameworkInterface { */ function getRawTemplateData (); - /** - * Load a specified web template into the engine - * - * @param $template The web template we shall load which is located in - * 'html' by default - * @return void - */ - function loadWebTemplate ($template); - /** * Assigns a lot variables into the stack of currently loaded template. * This method should only be used in very rare circumstances, e.g. when -- 2.30.2