]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unused Assetic use statements 2921/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 3 Jan 2017 09:13:30 +0000 (10:13 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 3 Jan 2017 09:13:30 +0000 (10:13 +0100)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/TemplateLayout.php

index 8919f14216e9c4fc1ad4e751b9e5c1fe478db9ca..ad9f8bac0e4e894322d24c2e9bf9a432e7bfda4f 100644 (file)
  */
 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 {