@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Hooks; |
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | -use SMW\Factbox\FactboxCache; |
|
7 | 6 | use SMW\EventHandler; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Specials\Ask; |
4 | 4 | |
5 | 5 | use SMW\ProcessingErrorMsgHandler; |
6 | -use SMW\Message; |
|
7 | 6 | use SMWQuery as Query; |
8 | 7 | use Html; |
9 | 8 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Specials\Browse; |
4 | 4 | |
5 | 5 | use SMW\SemanticData; |
6 | -use SMW\ApplicationFactory; |
|
7 | 6 | use SMW\DataValueFactory; |
8 | 7 | use SMW\Localizer; |
9 | 8 | use SMW\DIProperty; |
@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | 6 | use SMW\DataValueFactory; |
7 | -use SMW\DIProperty; |
|
8 | -use SMW\Localizer; |
|
9 | -use SMW\SemanticData; |
|
10 | 7 | use SMW\UrlEncoder; |
11 | 8 | use SMW\MediaWiki\Specials\Browse\HtmlContentsBuilder; |
12 | 9 | use SMW\Message; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMW\ParserData; |
6 | 6 | use SMW\DataValueFactory; |
7 | -use Parser; |
|
8 | 7 | use PPFrame; |
9 | 8 | use SMWPropertyValue as PropertyValue; |
10 | 9 |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use SMW\HashBuilder; |
11 | 11 | use SMW\DataValueFactory; |
12 | 12 | use SMW\DIProperty; |
13 | -use Parser; |
|
14 | 13 | |
15 | 14 | /** |
16 | 15 | * @private This class should not be instantiated directly, please use |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW; |
4 | 4 | |
5 | 5 | use SMWContainerSemanticData as ContainerSemanticData; |
6 | -use SMWDataItem as DataItem; |
|
7 | 6 | use SMWDataValue as DataValue; |
8 | 7 | use SMWDIContainer as DIContainer; |
9 | 8 | use SMWDIBlob as DIBlob; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Query; |
4 | 4 | |
5 | 5 | use InvalidArgumentException; |
6 | -use SMW\Localizer; |
|
7 | 6 | use SMWDataValue; |
8 | 7 | use SMWPropertyValue as PropertyValue; |
9 | 8 | use SMW\DataValues\PropertyChainValue; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Query; |
4 | 4 | |
5 | 5 | use SMW\QueryFactory; |
6 | -use SMW\DIWikiPage; |
|
7 | 6 | use SMW\Localizer; |
8 | 7 | use SMW\DataValueFactory; |
9 | 8 |