From 2e0679631deda921dbd6b867505f0a445fd38307 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 19:19:23 +0200 Subject: [PATCH] Add ChamplainView->remove_layer() --- bindings/perl/Champlain/xs/ChamplainView.xs | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5