summaryrefslogtreecommitdiff
path: root/misc/goffice0.2/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/goffice0.2/patches/patch-ac')
-rw-r--r--misc/goffice0.2/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/misc/goffice0.2/patches/patch-ac b/misc/goffice0.2/patches/patch-ac
deleted file mode 100644
index 9158ce71b42..00000000000
--- a/misc/goffice0.2/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2008/01/15 10:54:26 rillig Exp $
-
-sunpro says: void functions cannot return a value.
-
---- goffice/graph/gog-chart.c.orig 2005-10-30 15:35:37.000000000 +0100
-+++ goffice/graph/gog-chart.c 2007-11-20 15:22:57.563151000 +0100
-@@ -295,7 +295,7 @@ gog_chart_map_new (GogChart *chart, GogV
- void
- gog_chart_map_2D_to_view (GogChartMap *map, double x, double y, double *u, double *v)
- {
-- return (map->map_2D_to_view) (map, x, y, u, v);
-+ (map->map_2D_to_view) (map, x, y, u, v);
- }
-
- GogAxisMap *