From 8ecc24725f436ffd87472d09393e904b39e11077 Mon Sep 17 00:00:00 2001 From: Bram Stein Date: Sun, 9 Nov 2014 10:31:02 +0100 Subject: Remove outdated comment. --- woff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'woff.c') diff --git a/woff.c b/woff.c index d801a5f..29b6f85 100644 --- a/woff.c +++ b/woff.c @@ -274,7 +274,6 @@ woffEncode(const uint8_t * sfntData, uint32_t sfntLen, WOFFDIR[newIndex].origLen = sfntDir[oldIndex].length; WOFFDIR[newIndex].offset = READ32BE(tableOffset); - /* allocate enough space for upper bound of compressed size */ sourceOffset = READ32BE(sfntDir[oldIndex].offset); if ((sourceOffset & 3) != 0) { status |= eWOFF_warn_misaligned_table; -- cgit v1.2.3