From 788ae82d1afef3d2acb5d1046fbe0e013c8939e0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 22 May 2007 00:43:00 -0300 Subject: [PATCH] remove outdated assert --- lily/ttf.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lily/ttf.cc b/lily/ttf.cc index 5f0484b3f1..35e9d90747 100644 --- a/lily/ttf.cc +++ b/lily/ttf.cc @@ -174,7 +174,6 @@ void t42_write_table (void *out, FT_Face face, unsigned char const *buffer, { chunks.push_back (last_offset - last_chunk); last_chunk = last_offset; - assert (cur_chunk_idx < 100);/* FIXME: only for static arrays */ } last_offset = offset; -- 2.39.2