diff --git a/deps/stb/stb_truetype.h b/deps/stb/stb_truetype.h index 352a352956..ba3dd5acc0 100644 --- a/deps/stb/stb_truetype.h +++ b/deps/stb/stb_truetype.h @@ -1074,7 +1074,6 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep return 0; /* not found */ } /* @TODO */ - retro_assert(0); return 0; }