aboutsummaryrefslogtreecommitdiffstats
path: root/net/nam/files/patch-agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/nam/files/patch-agent.h')
-rw-r--r--net/nam/files/patch-agent.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/nam/files/patch-agent.h b/net/nam/files/patch-agent.h
deleted file mode 100644
index d549f1b8354..00000000000
--- a/net/nam/files/patch-agent.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- agent.h.orig
-+++ agent.h
-@@ -70,7 +70,7 @@
- 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);