]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove outdated assert
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 22 May 2007 03:43:00 +0000 (00:43 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 22 May 2007 03:43:00 +0000 (00:43 -0300)
lily/ttf.cc

index 5f0484b3f112fc098772a3633207dd818fdf4e18..35e9d90747c7b547eecfd9076c99a470ad24354d 100644 (file)
@@ -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;