Skip to content

Commit

Permalink
remove unused Minify_HTML class
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Jan 30, 2015
1 parent c6c9505 commit 83e062c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 247 deletions.
246 changes: 0 additions & 246 deletions lib/classes/output/class.Minify_HTML.php

This file was deleted.

2 changes: 1 addition & 1 deletion lib/functions/output/function.getTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function getTemplate($template, $noarea = 0) {
}
}

$output = $templatefile; // Minify_HTML::minify($templatefile, array('cssMinifier', 'jsMinifier'));
$output = $templatefile;
$templatecache[$theme][$template] = $output;
}

Expand Down

0 comments on commit 83e062c

Please sign in to comment.