From 4e7983e0732015d9fe52ecd12e203a230b30af16 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Sat, 24 Sep 2022 10:55:46 -0700 Subject: UI: Improved Font Thumbnails Thumbnails of fonts that better show design, shapes, contents, intent, and intended language. Previews almost every known language - living and dead - and symbol, specialty fonts, etc. See D12032 for more details and samples. Differential Revision: https://developer.blender.org/D12032 Reviewed by Campbell Barton --- source/blender/editors/space_file/filelist.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/space_file/filelist.cc') diff --git a/source/blender/editors/space_file/filelist.cc b/source/blender/editors/space_file/filelist.cc index daf04aa5f41..20c74f04319 100644 --- a/source/blender/editors/space_file/filelist.cc +++ b/source/blender/editors/space_file/filelist.cc @@ -1642,9 +1642,6 @@ static void filelist_cache_init(FileListEntryCache *cache, size_t cache_size) cache->flags = FLC_IS_INIT; cache->previews_todo_count = 0; - - /* We cannot translate from non-main thread, so init translated strings once from here. */ - IMB_thumb_ensure_translations(); } static void filelist_cache_free(FileListEntryCache *cache) -- cgit v1.2.3