From: Emmanuel Rodriguez Date: Sun, 3 May 2009 19:39:08 +0000 (+0200) Subject: Remove the constructors as they don't exist any longer X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c97942701af1c259c23d25f70194510b3c9a34;p=libchamplain Remove the constructors as they don't exist any longer --- diff --git a/bindings/perl/Champlain/xs/ChamplainMapSource.xs b/bindings/perl/Champlain/xs/ChamplainMapSource.xs index 1c7576f..765ca26 100644 --- a/bindings/perl/Champlain/xs/ChamplainMapSource.xs +++ b/bindings/perl/Champlain/xs/ChamplainMapSource.xs @@ -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) -