Refactor: BLF Use Vector for Glyph Cache List #118174

Closed
Harley Acheson wants to merge 3 commits from Harley/blender:BlfGlyphCacheList into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 1 deletions
Showing only changes of commit adec426ed0 - Show all commits

View File

@ -74,7 +74,6 @@ static float from_16dot16(FT_Fixed value)
/** \name Glyph Cache Entries
* \{ */
static GlyphCacheBLF *blf_glyph_cache_new(FontBLF *font)
{
GlyphCacheBLF *gc = (GlyphCacheBLF *)MEM_callocN(sizeof(GlyphCacheBLF), "blf_glyph_cache_new");