From df1fc01dbf6cc8da1e1c0a0294fe9aa0712c1ca4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 4 Jun 2021 19:25:39 -0700 Subject: [PATCH] remove unused pointof --- lib/common/geomprocs.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/common/geomprocs.h b/lib/common/geomprocs.h index 063cac1a5..89085edf4 100644 --- a/lib/common/geomprocs.h +++ b/lib/common/geomprocs.h @@ -52,16 +52,6 @@ extern int line_intersect (pointf a, pointf b, pointf c, pointf d, pointf* p); #define inline __inline #endif - -static inline point pointof(int x, int y) -{ - point r; - - r.x = x; - r.y = y; - return r; -} - static inline pointf pointfof(double x, double y) { pointf r; -- 2.50.1