From: Magnus Jacobsson Date: Fri, 23 Apr 2021 05:44:50 +0000 (+0200) Subject: Remove duplicated declarations in smyrna topviewfuncs.h X-Git-Tag: 2.47.2~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42bc5e7364d492b3aa2230933f246f961bbbfc41;p=graphviz Remove duplicated declarations in smyrna topviewfuncs.h --- diff --git a/cmd/smyrna/topviewfuncs.h b/cmd/smyrna/topviewfuncs.h index 0af4a0273..66e4763e2 100644 --- a/cmd/smyrna/topviewfuncs.h +++ b/cmd/smyrna/topviewfuncs.h @@ -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" */