From: Roland Haeder Date: Sun, 5 Apr 2015 23:22:32 +0000 (+0200) Subject: One to much? X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=b16eec6a2bdc478304633aca705b2531da1860e8 One to much? Signed-off-by: Roland Häder --- 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