From 24e7ea5430829fa1230e2dee8690993c7c20234b Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 13 Oct 2025 12:41:20 +0000 Subject: [PATCH] comment is not accurate anaymore git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@308 b9cfdab3-6d41-4d17-bbe4-086880011989 --- examples/gltripaint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/gltripaint.c b/examples/gltripaint.c index 40fc9b2..c81137a 100644 --- a/examples/gltripaint.c +++ b/examples/gltripaint.c @@ -13,7 +13,6 @@ typedef struct triangle { double b; } triangle_t; -/* who needs more? :) */ triangle_t* t = NULL; int ct = 0; int click = 0;