Remove unused define

Should have been removed in #40
This commit is contained in:
Frederic Junod
2015-03-24 17:10:18 +01:00
parent 1d04eabeda
commit 4c36e05f27

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