remove unused Assetic use statements
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
edd331489d
commit
b6de122d5e
1 changed files with 0 additions and 8 deletions
|
@ -35,14 +35,6 @@
|
|||
*/
|
||||
namespace OC;
|
||||
|
||||
use Assetic\Asset\AssetCollection;
|
||||
use Assetic\Asset\FileAsset;
|
||||
use Assetic\AssetWriter;
|
||||
use Assetic\Filter\CssImportFilter;
|
||||
use Assetic\Filter\CssMinFilter;
|
||||
use Assetic\Filter\CssRewriteFilter;
|
||||
use Assetic\Filter\JSqueezeFilter;
|
||||
use Assetic\Filter\SeparatorFilter;
|
||||
use OC\Template\JSConfigHelper;
|
||||
|
||||
class TemplateLayout extends \OC_Template {
|
||||
|
|
Loading…
Reference in a new issue