diff --git a/src/fonts.c b/src/fonts.c index 9447d37c8..6bb7b9966 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -22,8 +22,6 @@ Last modified: 2021.10.26 */ -// #define DEBUG - #include #ifndef __USE_GNU #define __USE_GNU /* for strcasestr() */ @@ -345,6 +343,7 @@ TuxPaint_Font *TuxPaint_Font_OpenFont(const char *pangodesc, const char *ttffile fflush(stdout); #endif +/* FIXME: This is currently crashing ("child killed by signal 11") -bjk 2021.10.26 */ #if 0 #ifndef NO_SDLPANGO /* -- Try loading the font with Pango, instead! */