From: Matthew Fernandez Date: Wed, 29 Sep 2021 00:29:47 +0000 (-0700) Subject: smyrna: mark 'cb_reshape' static X-Git-Tag: 2.49.2~27^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=519eb3b863864906c8e6732e1d01ef1789c69969;p=graphviz smyrna: mark 'cb_reshape' static This function is not used outside of its containing file. --- diff --git a/cmd/smyrna/glutrender.c b/cmd/smyrna/glutrender.c index ce9aa020b..c5d47a62a 100644 --- a/cmd/smyrna/glutrender.c +++ b/cmd/smyrna/glutrender.c @@ -39,7 +39,7 @@ static glMouseButtonType getGlCompMouseType(int n) } -void cb_reshape(int width, int height) +static void cb_reshape(int width, int height) { /* static int doonce=0; */ int vPort[4];