[gnome-maps/wip/osm-edit: 25/47] osmApi: remove open and close methods in osmChangeset



commit da0a63327189ae04f3266bf2783be55352538f83
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Feb 12 21:34:36 2015 +0100

    osmApi: remove open and close methods in osmChangeset
    
    This will be handled in osmConnection.js.

 src/osmChangeset.js |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/osmChangeset.js b/src/osmChangeset.js
index b57fd72..efb7091 100644
--- a/src/osmChangeset.js
+++ b/src/osmChangeset.js
@@ -36,15 +36,4 @@ const OSMChangeset = new Lang.Class({
        this._id = undefined;
     },
 
-    open: function(callback) {
-       // TODO: call the OSM REST API to open the changeset, parse response,
-       // call callback, etc.
-
-    },
-
-    close: function(callback) {
-       // TODO: call the OSM REST API to close the changeset, parse response,
-       // call callback, etc.
-
-    }
 })


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