Completed
Push — master ( 095ae3...ef46de )
by Daniel
14s
created
code/Controllers/AssetAdmin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use SilverStripe\ORM\SS_List;
14 14
 use SilverStripe\Security\Security;
15 15
 use SilverStripe\Security\PermissionProvider;
16
-use SilverStripe\Admin\CMSBatchAction;
17 16
 use SilverStripe\Admin\CMSBatchActionHandler;
18 17
 use SilverStripe\Admin\LeftAndMain;
19 18
 use Session;
Please login to merge, or discard this patch.
code/Controllers/SilverStripeNavigator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use ViewableData;
9 9
 use ClassInfo;
10 10
 use SilverStripe\Admin\CMSPreviewable;
11
-use SiteTreeFutureState;
12 11
 
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
code/Model/ErrorPage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Config;
18 18
 use Director;
19 19
 use Injector;
20
-use Page_Controller;
21 20
 
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
code/Model/RedirectorPage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use OptionsetField;
9 9
 use TreeDropdownField;
10 10
 use TextField;
11
-use Page_Controller;
12 11
 
13 12
 /**
14 13
  * A redirector page redirects when the page is visited.
Please login to merge, or discard this patch.
code/Model/SiteTreeLinkTracking.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 use SilverStripe\ORM\DataExtension;
15 15
 use SilverStripe\ORM\DataObject;
16 16
 use Injector;
17
-use SS_HTMLValue;
18
-use Director;
19 17
 
20 18
 /**
21 19
  * Adds tracking of links in any HTMLText fields which reference SiteTree or File items.
Please login to merge, or discard this patch.
code/Model/VirtualPage.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\CMS\Model;
4 4
 
5
-use Exception;
6
-use SilverStripe\CMS\Controllers\ContentController;
7 5
 use SilverStripe\ORM\DataObject;
8 6
 use SilverStripe\ORM\Versioning\Versioned;
9 7
 use Page;
@@ -12,8 +10,6 @@  discard block
 block discarded – undo
12 10
 use TreeDropdownField;
13 11
 use ReadonlyTransformation;
14 12
 use LiteralField;
15
-use Page_Controller;
16
-use SilverStripe\CMS\Controllers\ModelAsController;
17 13
 
18 14
 
19 15
 /**
Please login to merge, or discard this patch.