summaryrefslogtreecommitdiff
path: root/graphics/dia/patches/patch-ab
blob: 664cf78e7e8f3cd63216f7926017ddf07634a395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.3 2006/02/24 02:52:22 minskim Exp $

--- objects/custom/shape_info.h.orig	2004-08-16 00:56:15.000000000 -0700
+++ objects/custom/shape_info.h
@@ -166,7 +166,6 @@ ShapeInfo *shape_info_getbyname(const gc
 
 void shape_info_realise(ShapeInfo* info);
 void shape_info_print(ShapeInfo *info);
-void parse_path(ShapeInfo *info, const char *path_str, DiaSvgGraphicStyle *s);
 
 /*MC 11/03 handy g_new0 variant for struct with variable size */
 #define g_new0_ext(struct_type, ext_size)		\