From 107cf7948cca78d0fd601fb31c42db12ce0588ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 18 Oct 2010 08:09:56 +0000 Subject: [PATCH] remove property Layer.Vector.isVector, it serves no purpose, r=bartvde (closes #2888) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Vector.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/OpenLayers/Layer/Vector.js b/lib/OpenLayers/Layer/Vector.js index d16e1a2800..119a73d4d9 100644 --- a/lib/OpenLayers/Layer/Vector.js +++ b/lib/OpenLayers/Layer/Vector.js @@ -122,12 +122,6 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, { */ isFixed: false, - /** - * APIProperty: isVector - * {Boolean} Whether the layer is a vector layer. - */ - isVector: true, - /** * APIProperty: features * {Array()}