dxx-rebirth/similar/arch/ogl
Kp 8a97c173a3 Remove useless gr_remap_mono_fonts
gr_remap_mono_fonts searches for fonts with !(font->ft_flags & FT_COLOR)
and calls gr_remap_font on any it finds.

gr_remap_font starts with:

	if (!(font->ft_flags & FT_COLOR))
		return;
2015-12-04 03:36:32 +00:00
..
gr.cpp Remove useless gr_remap_mono_fonts 2015-12-04 03:36:32 +00:00
ogl.cpp Remove write-only variable r_upixelc 2015-12-04 03:36:32 +00:00