From 6cf20ef82fb00f5c7c65f936277d13907441611a Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Thu, 14 Mar 2013 14:56:59 +0100 Subject: [PATCH] Remove unused goog.require directives See #367. --- examples/wms-custom-proj.js | 2 -- examples/wms-single-image-custom-proj.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/examples/wms-custom-proj.js b/examples/wms-custom-proj.js index 0f2156e4fb..bffb52765a 100644 --- a/examples/wms-custom-proj.js +++ b/examples/wms-custom-proj.js @@ -2,8 +2,6 @@ goog.require('ol.Attribution'); goog.require('ol.Coordinate'); goog.require('ol.Extent'); goog.require('ol.Map'); -goog.require('ol.Projection'); -goog.require('ol.ProjectionUnits'); goog.require('ol.RendererHints'); goog.require('ol.View2D'); goog.require('ol.control.ScaleLine'); diff --git a/examples/wms-single-image-custom-proj.js b/examples/wms-single-image-custom-proj.js index 526834af11..550fdd5f80 100644 --- a/examples/wms-single-image-custom-proj.js +++ b/examples/wms-single-image-custom-proj.js @@ -2,8 +2,6 @@ goog.require('ol.Attribution'); goog.require('ol.Coordinate'); goog.require('ol.Extent'); goog.require('ol.Map'); -goog.require('ol.Projection'); -goog.require('ol.ProjectionUnits'); goog.require('ol.RendererHints'); goog.require('ol.View2D'); goog.require('ol.layer.ImageLayer');