Index: trunk/extensions/SemanticMaps/includes/services/GoogleMaps/SM_GoogleMapsQP.php |
— | — | @@ -27,17 +27,6 @@ |
28 | 28 | * @see SMMapPrinter::initSpecificParamInfo |
29 | 29 | */ |
30 | 30 | protected function initSpecificParamInfo( array &$parameters ) { |
31 | | - global $egMapsGMapOverlays; |
32 | | - |
33 | | - $parameters = array( |
34 | | - 'overlays' => array( |
35 | | - 'type' => array( 'string', 'list' ), |
36 | | - 'criteria' => array( |
37 | | - 'is_google_overlay' => array() |
38 | | - ), |
39 | | - 'default' => $egMapsGMapOverlays, |
40 | | - ), |
41 | | - ); |
42 | 31 | } |
43 | 32 | |
44 | 33 | /** |