Merge pull request #2466 from fredj/unused-typedef

Remove unused ol.CoordinateArray typedef
This commit is contained in:
Frédéric Junod
2014-07-29 17:31:48 +02:00

View File

@@ -1,5 +1,4 @@
goog.provide('ol.Coordinate');
goog.provide('ol.CoordinateArray');
goog.provide('ol.CoordinateFormatType');
goog.provide('ol.coordinate');
@@ -24,14 +23,6 @@ ol.CoordinateFormatType;
ol.Coordinate;
/**
* An array of coordinate arrays.
* @typedef {Array.<ol.Coordinate>}
* @api
*/
ol.CoordinateArray;
/**
* Add `delta` to `coordinate`. `coordinate` is modified in place and returned
* by the function.