From 519eb3b863864906c8e6732e1d01ef1789c69969 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 28 Sep 2021 17:29:47 -0700 Subject: [PATCH] smyrna: mark 'cb_reshape' static This function is not used outside of its containing file. --- cmd/smyrna/glutrender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.49.0