[libchamplainmm] MapSource: Remove old methods



commit 00c01c676705b3f75b54ea594033b181986e932b
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Mon Feb 24 22:03:38 2014 +0100

    MapSource: Remove old methods
    
        * Remove set_id() object method
        * Remove set_license() object method
        * Remove set_license_uri() object method
        * Remove set_name() object method
        * Remove set_projection() object method

 libchamplain/src/map-source.hg |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/libchamplain/src/map-source.hg b/libchamplain/src/map-source.hg
index 5c9368a..622d814 100644
--- a/libchamplain/src/map-source.hg
+++ b/libchamplain/src/map-source.hg
@@ -71,16 +71,6 @@ public:
                champlain_map_source_get_x)
   _WRAP_METHOD(guint get_y(int zoom_level, double latitude),
                champlain_map_source_get_y)
-  _WRAP_METHOD(void set_id(const std::string & id),
-               champlain_map_source_set_id)
-  _WRAP_METHOD(void set_license(const Glib::ustring & name),
-               champlain_map_source_set_license)
-  _WRAP_METHOD(void set_license_uri(const Glib::ustring & uri),
-               champlain_map_source_set_license_uri)
-  _WRAP_METHOD(void set_name(const Glib::ustring & name),
-               champlain_map_source_set_name)
-  _WRAP_METHOD(void set_projection(MapProjection projection),
-               champlain_map_source_set_projection)
 
   _WRAP_PROPERTY("id", std::string)
   _WRAP_PROPERTY("name", Glib::ustring)


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