Remove legacy dynamic loading error messages

This commit is contained in:
RichardG867
2023-07-22 18:14:22 -03:00
parent a1c4e090a4
commit 8ff45f74fd
46 changed files with 6 additions and 835 deletions

View File

@@ -1953,7 +1953,7 @@ escp_init(void *lpt)
/* Initialize FreeType. */
if (ft_lib == NULL) {
if (FT_Init_FreeType(&ft_lib)) {
ui_msgbox_header(MBX_ERROR, (wchar_t *) IDS_2111, (wchar_t *) IDS_2132);
pclog("ESC/P: FT_Init_FreeType failed\n");
ft_lib = NULL;
return (NULL);
}