From 76c108fc9233c1da0393ce811ef421d784f79fa4 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 26 Jan 2013 21:26:48 -0500 Subject: [PATCH] Remove unused --- js/id/format/xml.js | 4 ---- test/spec/format/xml.js | 6 ------ 2 files changed, 10 deletions(-) diff --git a/js/id/format/xml.js b/js/id/format/xml.js index 928c9c97c..e092a59af 100644 --- a/js/id/format/xml.js +++ b/js/id/format/xml.js @@ -1,8 +1,4 @@ iD.format.XML = { - decode: function(s) { - return s.replace(/>/g,'>').replace(/')).to.eql('<">'); - }); - }); - describe('#osmChange', function() { it('converts change data to XML', function() { var jxon = iD.format.XML.osmChange('jfire', '1234', {created: [node], modified: [way], deleted: []});