Fix T47422: Factory startup loads too many fonts

This commit is contained in:
Campbell Barton
2016-02-16 07:50:40 +11:00
parent 1c4f21f85e
commit 2ecd67efa4

View File

@@ -501,9 +501,6 @@ void uiStyleInit(void)
monofont_ttf = (unsigned char *)datatoc_bmonofont_ttf;
}
}
/* reload */
blf_mono_font_render = -1;
#endif
/* XXX, this should be moved into a style, but for now best only load the monospaced font once. */