Fonts: Removed BuildClearGlyphs(), conflated with ClearOutputData()

This commit is contained in:
ocornut
2025-06-11 15:45:14 +02:00
parent 2bf6552f2f
commit bd19bc5085
2 changed files with 2 additions and 19 deletions
-1
View File
@@ -3673,7 +3673,6 @@ struct ImFont
IMGUI_API bool IsGlyphRangeUnused(unsigned int c_begin, unsigned int c_last);
IMGUI_API ImFontGlyph* BuildLoadGlyph(ImWchar c);
IMGUI_API void BuildGrowIndex(int new_size);
IMGUI_API void BuildClearGlyphs();
};
// Added indirection to avoid patching ImDrawCmd after texture updates.