summaryrefslogtreecommitdiff
path: root/graphics/grap/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/grap/patches/patch-ae')
-rw-r--r--graphics/grap/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/grap/patches/patch-ae b/graphics/grap/patches/patch-ae
deleted file mode 100644
index 2319cc2c5ac..00000000000
--- a/graphics/grap/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/12/10 04:53:24 smb Exp $
-
---- grap_draw.h.orig 2006-12-09 23:47:30.000000000 -0500
-+++ grap_draw.h 2006-12-09 23:47:39.000000000 -0500
-@@ -239,7 +239,7 @@
- int yautoscale; // True if the user has not given an explicit y range
- string name; // Name of the coordinate system, if any
-
-- void coord::newpt(double x, double y) {
-+ void newpt(double x, double y) {
- newx(x); newy(y);
- }
- void newx(double);