From 086571ff4bf803682d319b9e169ab5b101c61933 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 19 Aug 2020 12:39:29 -0400 Subject: [PATCH] gradients: purge improper cut-and-pasted comment --- src/poc/gradients.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/poc/gradients.c b/src/poc/gradients.c index 329ab59bb..a6f5b41fe 100644 --- a/src/poc/gradients.c +++ b/src/poc/gradients.c @@ -40,7 +40,6 @@ gradStriations(struct notcurses* nc){ return 0; } -// gradient of 'A's changing color and background changing in reverse static int gradHigh(struct notcurses* nc){ int dimy, dimx;