[gnome-maps/wip/osm-edit: 23/47] osmApi: remove unused code



commit a3d7a6843ba58c45a82585a2f91a0a1d41860a41
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Feb 11 22:33:43 2015 +0100

    osmApi: remove unused code

 src/osmNode.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/osmNode.js b/src/osmNode.js
index 02ec8ca..6a35305 100644
--- a/src/osmNode.js
+++ b/src/osmNode.js
@@ -56,11 +56,4 @@ const OSMNode = new Lang.Class({
     }
 });
 
-OSMNode.download = function(conn, id, callback) {
-    conn.getOSMObject('node', id, callback);
-
-    // TODO: should parse the returned XML into an OSMNode object,
-    // call the callback with that
-}
-
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]