No such thing as IconType

This commit is contained in:
Tim Schaub
2013-08-15 13:57:36 -04:00
parent af1cd64018
commit 4e053c4c0a
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
goog.provide('ol.style.IconLiteral');
goog.provide('ol.style.IconType');
goog.require('ol.style.PointLiteral');
-1
View File
@@ -6,7 +6,6 @@ goog.require('ol.expr.Expression');
goog.require('ol.expr.Literal');
goog.require('ol.geom.GeometryType');
goog.require('ol.style.IconLiteral');
goog.require('ol.style.IconType');
goog.require('ol.style.Point');
goog.require('ol.style.PointLiteral');