From e7cc14ba16ddb6f89b0ce9ac79737c7902ff3b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Behdad=20Esfahbod=20=28=D8=A8=D9=87=D8=AF=D8=A7=D8=AF=20?= =?UTF-8?q?=D8=A7=D8=B3=D9=81=D9=87=D8=A8=D8=AF=29?= Date: Wed, 21 May 2025 01:33:22 -0600 Subject: [PATCH] [gxvar] Remove stale comment. The code *does* check against start/end! --- src/truetype/ttgxvar.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c index 9a490a0c5..9f161823c 100644 --- a/src/truetype/ttgxvar.c +++ b/src/truetype/ttgxvar.c @@ -1899,11 +1899,6 @@ FT_Fixed ncv; - /* It's not clear why (for intermediate tuples) we don't need */ - /* to check against start/end -- the documentation says we don't. */ - /* Similarly, it's unclear why we don't need to scale along the */ - /* axis. */ - if ( tuple_coords[i] == 0 ) { FT_TRACE6(( " tuple coordinate is zero, ignore\n" ));