From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 17:19:23 +0000 (+0200) Subject: Add ChamplainView->remove_layer() X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0679631deda921dbd6b867505f0a445fd38307;p=libchamplain Add ChamplainView->remove_layer() --- diff --git a/bindings/perl/Champlain/xs/ChamplainView.xs b/bindings/perl/Champlain/xs/ChamplainView.xs index 884be08..3783e23 100644 --- a/bindings/perl/Champlain/xs/ChamplainView.xs +++ b/bindings/perl/Champlain/xs/ChamplainView.xs @@ -146,3 +146,7 @@ champlain_view_add_polygon (ChamplainView *view, ChamplainPolygon *polygon) void champlain_view_remove_polygon (ChamplainView *view, ChamplainPolygon *polygon) + + +void +champlain_view_remove_layer (ChamplainView *view, ChamplainLayer *layer)