Codechange: nobody was using "str" parameter, so remove it
This commit is contained in:
committed by
Patric Stout
parent
57c45a2c01
commit
98400974a9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user