remove unused Minify_HTML class

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-01-30 17:53:43 +01:00
parent c6c950596a
commit 83e062c845
2 changed files with 1 additions and 247 deletions

View File

@@ -64,7 +64,7 @@ function getTemplate($template, $noarea = 0) {
}
}
$output = $templatefile; // Minify_HTML::minify($templatefile, array('cssMinifier', 'jsMinifier'));
$output = $templatefile;
$templatecache[$theme][$template] = $output;
}