summaryrefslogtreecommitdiffstats
path: root/point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'point.cpp')
-rw-r--r--point.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/point.cpp b/point.cpp
index 099165d..7d73b31 100644
--- a/point.cpp
+++ b/point.cpp
@@ -56,8 +56,3 @@ insetRect(Rectangle r, double n) {
r.max.y -= n;
return r;
}
-
-Point
-randPtInRect(Rectangle r) {
- return Pt(randDouble(r.min.x, r.max.x), randDouble(r.min.y, r.max.y));
-}