]> granicus.if.org Git - graphviz/commitdiff
remove unused pointof
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 02:25:39 +0000 (19:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 04:05:43 +0000 (21:05 -0700)
lib/common/geomprocs.h

index 063cac1a5e41f2aa3303ecb4375099d4950d6dc5..89085edf45dde196d5e1bfc833be93b57e480f77 100644 (file)
@@ -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;