@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW; |
4 | 4 | |
5 | -use Parser; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * Provides the {{#subobject}} parser function |
9 | 7 | * |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use SMW\MediaWiki\HtmlTableRenderer; |
12 | 12 | use SMW\MediaWiki\MessageBuilder; |
13 | 13 | use SMW\ParserData; |
14 | -use SMW\Profiler; |
|
15 | 14 | use SMW\SemanticData; |
16 | 15 | use SMW\Store; |
17 | 16 | use SMWInfolink; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\MediaWiki\Hooks; |
4 | 4 | |
5 | 5 | use SMW\ApplicationFactory; |
6 | -use SMW\Factbox\FactboxCache; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * TitleMoveComplete occurs whenever a request to move an article |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\Exception\BadHttpDatabaseResponseException; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\RepositoryResult; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\XmlResponseParser; |
8 | -use SMWSparqlResultParser as SparqlResultParser; |
|
9 | 8 | use SMWTurtleSerializer as TurtleSerializer; |
10 | 9 | |
11 | 10 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\PropertyTableOutdatedReferenceDisposer; |
6 | -use Title; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\SQLStore\PropertyTableOutdatedReferenceDisposer |