From 30c97942701af1c259c23d25f70194510b3c9a34 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sun, 3 May 2009 21:39:08 +0200 Subject: [PATCH] Remove the constructors as they don't exist any longer --- .../perl/Champlain/xs/ChamplainMapSource.xs | 26 ------------------- 1 file changed, 26 deletions(-) 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) - -- 2.39.5