]> granicus.if.org Git - graphviz/commitdiff
Remove duplicated declarations in smyrna topviewfuncs.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 23 Apr 2021 05:44:50 +0000 (07:44 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 19 May 2021 19:00:49 +0000 (21:00 +0200)
cmd/smyrna/topviewfuncs.h

index 0af4a0273da919da345fe1c36b3b153e1a5c9bf5..66e4763e2652934865f7feed7a7b1e25dd70e1ea 100644 (file)
@@ -22,8 +22,6 @@ extern void renderSmGraph(Agraph_t * g,topview* t);
 extern void freeSmGraph(Agraph_t * g,topview* t);
 extern void cacheSelectedEdges(Agraph_t * g,topview* t);
 extern void cacheSelectedNodes(Agraph_t * g,topview* t);
-extern void renderSmGraph(Agraph_t * g,topview* t);
-extern void updateSmGraph(Agraph_t * g,topview* t);
 
 #ifdef __cplusplus
 }                              /* end extern "C" */