]> granicus.if.org Git - graphviz/commitdiff
remove unused return type from get_vertex_positions
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 23:37:32 +0000 (16:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 01:35:44 +0000 (18:35 -0700)
lib/ortho/partition.c

index 18e681c13f6d8e7ea733ced73198d3936eb8e73f..d2d682c4203905b329fc0137719fd5f8db9e0d90 100644 (file)
@@ -203,7 +203,7 @@ get_angle (pointf *vp0, pointf *vpnext, pointf *vp1)
 
 /* (v0, v1) is the new diagonal to be added to the polygon. Find which */
 /* chain to use and return the positions of v0 and v1 in p and q */ 
-static int
+static void
 get_vertex_positions (int v0, int v1, int *ip, int *iq)
 {
   vertexchain_t *vp0, *vp1;
@@ -249,8 +249,6 @@ get_vertex_positions (int v0, int v1, int *ip, int *iq)
     }
 
   *iq = tq;
-
-  return 0;
 }
 
 /* v0 and v1 are specified in anti-clockwise order with respect to