Completed
Push — master ( 6867ea...535d08 )
by Jeroen De
62:35 queued 52:37
created
src/MapsSetup.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -9,13 +9,6 @@  discard block
 block discarded – undo
9 9
 use Maps\GeoJsonPages\GeoJsonContentHandler;
10 10
 use Maps\LegacyMapEditor\SpecialMapEditor;
11 11
 use Maps\Map\CargoFormat\CargoFormat;
12
-use Maps\Map\DisplayMap\DisplayMapFunction;
13
-use Maps\ParserHooks\CoordinatesFunction;
14
-use Maps\ParserHooks\DistanceFunction;
15
-use Maps\ParserHooks\FindDestinationFunction;
16
-use Maps\ParserHooks\GeocodeFunction;
17
-use Maps\ParserHooks\GeoDistanceFunction;
18
-use Maps\ParserHooks\MapsDocFunction;
19 12
 use Maps\WikitextParsers\CircleParser;
20 13
 use Maps\WikitextParsers\DistanceParser;
21 14
 use Maps\WikitextParsers\ImageOverlayParser;
@@ -25,7 +18,6 @@  discard block
 block discarded – undo
25 18
 use Maps\WikitextParsers\RectangleParser;
26 19
 use Maps\WikitextParsers\WmsOverlayParser;
27 20
 use Parser;
28
-use PPFrame;
29 21
 
30 22
 /**
31 23
  * @licence GNU GPL v2+
Please login to merge, or discard this patch.