@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Maps; |
| 4 | 4 | |
| 5 | -use ImagePage; |
|
| 6 | -use Maps\DataAccess\MediaWikiFileUrlFinder; |
|
| 7 | -use Title; |
|
| 8 | 5 | use Xml; |
| 9 | 6 | |
| 10 | 7 | /** |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use InvalidArgumentException; |
| 8 | 8 | use Maps\MapsFactory; |
| 9 | 9 | use Maps\Presentation\MapsDistanceParser; |
| 10 | -use phpDocumentor\Reflection\Types\Parent_; |
|
| 11 | 10 | use SMW\Query\Language\Description; |
| 12 | 11 | use SMW\Query\Language\ThingDescription; |
| 13 | 12 | use SMW\Query\QueryComparator; |
@@ -6,7 +6,6 @@ discard block |
||
| 6 | 6 | use Html; |
| 7 | 7 | use Linker; |
| 8 | 8 | use Maps\Elements\BaseElement; |
| 9 | -use Maps\Elements\Line; |
|
| 10 | 9 | use Maps\Elements\Location; |
| 11 | 10 | use Maps\FileUrlFinder; |
| 12 | 11 | use Maps\MappingService; |
@@ -17,7 +16,6 @@ discard block |
||
| 17 | 16 | use Maps\Presentation\WikitextParsers\LocationParser; |
| 18 | 17 | use ParamProcessor\ParamDefinition; |
| 19 | 18 | use Parser; |
| 20 | -use ParserOptions; |
|
| 21 | 19 | use SMW; |
| 22 | 20 | use SMWOutputs; |
| 23 | 21 | use SMWQueryResult; |