summaryrefslogtreecommitdiff
path: root/net/nam/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/nam/patches/patch-ad')
-rw-r--r--net/nam/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/nam/patches/patch-ad b/net/nam/patches/patch-ad
deleted file mode 100644
index 21771193270..00000000000
--- a/net/nam/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/03/03 04:46:50 minskim Exp $
-
---- agent.h.orig 2001-06-15 18:53:10.000000000 -0700
-+++ agent.h
-@@ -70,7 +70,7 @@ public:
- inline double width() {return width_;}
- inline double height() {return height_;}
- virtual void findClosestCornertoPoint(double x, double y,
-- double &corner_x, double &corner_y) const = NULL;
-+ double &corner_x, double &corner_y) const = 0;
- virtual void place(double x, double y);
- void label(const char* name, int anchor);
- void color(const char* name);