From 6e58be72bba215cf63b1c7a9402a606aa29ed063 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 2 Dec 2015 14:08:01 +0100 Subject: [PATCH] Remove unused goog.require --- src/ol/format/igcformat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ol/format/igcformat.js b/src/ol/format/igcformat.js index 446989f87a..4977dadbac 100644 --- a/src/ol/format/igcformat.js +++ b/src/ol/format/igcformat.js @@ -2,7 +2,6 @@ goog.provide('ol.format.IGC'); goog.provide('ol.format.IGCZ'); goog.require('goog.asserts'); -goog.require('goog.string'); goog.require('goog.string.newlines'); goog.require('ol.Feature'); goog.require('ol.format.Feature');