Merge pull request #3393 from fredj/cleanup

Remove unused define
This commit is contained in:
Frédéric Junod
2015-03-25 08:54:27 +01:00

View File

@@ -16,12 +16,6 @@ goog.provide('ol');
ol.ASSUME_TOUCH = false;
/**
* @define {boolean} Replace unused entries with NaNs.
*/
ol.BUFFER_REPLACE_UNUSED_ENTRIES_WITH_NANS = goog.DEBUG;
/**
* TODO: rename this to something having to do with tile grids
* see https://github.com/openlayers/ol3/issues/2076