From: erg Date: Thu, 24 Jan 2008 20:03:47 +0000 (+0000) Subject: Remove old declaration for makeHier X-Git-Tag: LAST_LIBGRAPH~32^2~4813 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24eab6d7e81e749baefa3b99b0c644e224f05e49;p=graphviz Remove old declaration for makeHier --- diff --git a/cmd/smyrna/topview.h b/cmd/smyrna/topview.h index 572bda22d..0ef626367 100755 --- a/cmd/smyrna/topview.h +++ b/cmd/smyrna/topview.h @@ -113,5 +113,4 @@ double dist(double x1, double y1, double x2, double y2); double G(double x); extern int fisheye_distortion_fac; -extern Hierarchy* makeHier (topview*, vtx_data*, double*, double*); #endif