From 10d3394896bebc0be838845afca5f055d6f1c3f8 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Mon, 9 Jan 2012 10:39:52 +0100 Subject: [PATCH] this part does not seem to be used anymore in the patch --- lib/OpenLayers/Protocol.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/OpenLayers/Protocol.js b/lib/OpenLayers/Protocol.js index 24efcd7cdb..e6a4ae6f4f 100644 --- a/lib/OpenLayers/Protocol.js +++ b/lib/OpenLayers/Protocol.js @@ -235,14 +235,6 @@ OpenLayers.Protocol.Response = OpenLayers.Class({ */ features: null, - /** - * Property: data - * The data returned in the response by the server. - * FIXME : as far as the response doesn't necessary transport features - * it may be helpful to store some non-specific data. - */ - data: null, - /** * Property: reqFeatures * {Array({})} or {}