]> granicus.if.org Git - graphviz/commitdiff
remote prototype for unimplemented 'avoid_cycling'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 20 Dec 2021 16:03:46 +0000 (08:03 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 27 Dec 2021 20:05:42 +0000 (12:05 -0800)
lib/neatogen/neatoprocs.h

index 475c079427c0580bc51101629ab02aa3f63db0e2..76ac9172dc843d593d182413a6883dae4d4c2732 100644 (file)
@@ -29,7 +29,6 @@ extern "C" {
 #define NEATOPROCS_API /* nothing */
 #endif
 
-    NEATOPROCS_API void avoid_cycling(graph_t *, Agnode_t *, double *);
     NEATOPROCS_API int checkStart(graph_t * G, int nG, int);
     NEATOPROCS_API Agnode_t *choose_node(graph_t *, int);
     NEATOPROCS_API int circuit_model(graph_t *, int);