Removed font enumeration printf on Mac
parent
15d6ccf27f
commit
ee2263ae1a
|
@ -767,12 +767,14 @@ osx_list_loadable_fonts(void){
|
||||||
result.paths[i] = path_c;
|
result.paths[i] = path_c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
for (int i = 0; i < count; ++i){
|
for (int i = 0; i < count; ++i){
|
||||||
char *name = result.names[i];
|
char *name = result.names[i];
|
||||||
char *path = result.paths[i];
|
char *path = result.paths[i];
|
||||||
fprintf(stdout, "found: %s\nat: %s\n", name, path);
|
fprintf(stdout, "found: %s\nat: %s\n", name, path);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return(result);
|
return(result);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue