]> err.no Git - libchamplain/commitdiff
Remove the constructors as they don't exist any longer
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sun, 3 May 2009 19:39:08 +0000 (21:39 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 6 May 2009 03:16:02 +0000 (23:16 -0400)
bindings/perl/Champlain/xs/ChamplainMapSource.xs

index 1c7576f25def829fd846dbc0bb5cbe07c09f3f06..765ca26d7d915abf64adb3531343ca6f938fd9fc 100644 (file)
@@ -4,31 +4,6 @@
 MODULE = Champlain::MapSource  PACKAGE = Champlain::MapSource  PREFIX = champlain_map_source_
 
 
-ChamplainMapSource*
-champlain_map_source_new_osm_mapnik (class)
-       C_ARGS: /* No args */
-
-
-ChamplainMapSource*
-champlain_map_source_new_oam (class)
-       C_ARGS: /* No args */
-
-
-ChamplainMapSource*
-champlain_map_source_new_mff_relief (class)
-       C_ARGS: /* No args */
-
-
-ChamplainMapSource*
-champlain_map_source_new_osm_cyclemap (class)
-       C_ARGS: /* No args */
-
-
-ChamplainMapSource*
-champlain_map_source_new_osm_osmarender (class)
-       C_ARGS: /* No args */
-
-
 const gchar*
 champlain_map_source_get_name (ChamplainMapSource *map_source)
 
@@ -83,4 +58,3 @@ champlain_map_source_set_license (ChamplainMapSource *map_source, const gchar *l
 
 const gchar*
 champlain_map_source_get_license (ChamplainMapSource *map_source)
-