Codechange: nobody was using "str" parameter, so remove it

This commit is contained in:
Patric Stout
2021-01-12 19:52:30 +01:00
committed by Patric Stout
parent 57c45a2c01
commit 98400974a9
3 changed files with 8 additions and 11 deletions

View File

@@ -277,7 +277,7 @@ public:
*/
virtual void SetFontNames(struct FreeTypeSettings *settings, const char *font_name, const void *os_data = nullptr) = 0;
bool FindMissingGlyphs(const char **str);
bool FindMissingGlyphs();
};
void CheckForMissingGlyphs(bool base_font = true, MissingGlyphSearcher *search = nullptr);