]> granicus.if.org Git - graphviz/commitdiff
smyrna: mark 'cb_reshape' static
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 29 Sep 2021 00:29:47 +0000 (17:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Oct 2021 00:00:18 +0000 (17:00 -0700)
This function is not used outside of its containing file.

cmd/smyrna/glutrender.c

index ce9aa020b95c9dc24332f3ea3901ddcd0171cb3f..c5d47a62acca80211d4c221897b392ce6b47fdc9 100644 (file)
@@ -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];