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;