From: Matthew Fernandez Date: Sat, 5 Jun 2021 02:25:39 +0000 (-0700) Subject: remove unused pointof X-Git-Tag: 2.47.3~6^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df1fc01dbf6cc8da1e1c0a0294fe9aa0712c1ca4;p=graphviz remove unused pointof --- 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;