From cf0ce8238d2b6db489077ab854cd27911044f869 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 28 Sep 2021 17:30:49 -0700 Subject: [PATCH] smyrna cb_reshape: remove some commented out code --- cmd/smyrna/glutrender.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/smyrna/glutrender.c b/cmd/smyrna/glutrender.c index c5d47a62a..9e0b20f47 100644 --- a/cmd/smyrna/glutrender.c +++ b/cmd/smyrna/glutrender.c @@ -41,7 +41,6 @@ static glMouseButtonType getGlCompMouseType(int n) static void cb_reshape(int width, int height) { - /* static int doonce=0; */ int vPort[4]; float aspect; view->w = width; -- 2.40.0