Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-15 23:50:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-15 23:52:16 +0300
commit2ecd67efa4aeadb442e094b795a9171149ccbab1 (patch)
treea5fde3e0c65889936e96b9e21266fde7fd4700a9 /source/blender/editors/interface/interface_style.c
parent1c4f21f85e17ac557c9867a7764a31d5ebe74eb0 (diff)
Fix T47422: Factory startup loads too many fonts
Diffstat (limited to 'source/blender/editors/interface/interface_style.c')
-rw-r--r--source/blender/editors/interface/interface_style.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/interface/interface_style.c b/source/blender/editors/interface/interface_style.c
index 6ce29242cbb..bfde02dbefd 100644
--- a/source/blender/editors/interface/interface_style.c
+++ b/source/blender/editors/interface/interface_style.c
@@ -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. */