Take out DONT_HAVE_BITMAPFONTS

This commit is contained in:
twinaphex 2014-09-25 06:54:40 +02:00
parent 715eeb0062
commit 6200641ccf

View File

@ -24,9 +24,7 @@ static const font_renderer_driver_t *font_backends[] = {
#ifdef HAVE_FREETYPE
&ft_font_renderer,
#endif
#if !defined(DONT_HAVE_BITMAPFONTS)
&bitmap_font_renderer,
#endif
NULL
};