These functions were introduced in
c9b7b0719776e022d760195fae2727b84be82eda to
match `AGMKOUT` and `AGMKIN` (#1212). But there are no exposed prototypes for
these. So the only way to call them is to externally prototype them with a
best-guess type signature and hope Graphviz never changes. This commit removes
them to reduce portability problems.
return AGEQEDGE(e, f);
}
-#ifdef agmkout
-#undef agmkout
-#endif
-CGRAPH_API Agedge_t *agmkout(Agedge_t * e)
-{
- return AGMKOUT(e);
-}
-
-#ifdef agmkin
-#undef agmkin
-#endif
-CGRAPH_API Agedge_t *agmkin(Agedge_t * e)
-{
- return AGMKIN(e);
-}
-
#ifdef agtail
#undef agtail
#endif