From: Matthew Fernandez Date: Sun, 26 Sep 2021 00:05:16 +0000 (-0700) Subject: smyrna: remove prototype of 'freeFocus' X-Git-Tag: 2.49.2~33^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d1c330982f2d634872e8f55a7e59092e6427d9f;p=graphviz smyrna: remove prototype of 'freeFocus' This function was removed in af92d6ce857bfa235d6fe771088074a9979b7172. --- diff --git a/cmd/smyrna/hier.h b/cmd/smyrna/hier.h index 86f73bf89..54af1de94 100644 --- a/cmd/smyrna/hier.h +++ b/cmd/smyrna/hier.h @@ -52,7 +52,6 @@ extern "C" { double *, hierparms_t *); focus_t *initFocus(int ncnt); - void freeFocus(focus_t * fs); #ifdef __cplusplus } /* end extern "C" */