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>2021-12-08 09:12:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-08 09:12:35 +0300
commitd6c3ea9e7aaa2246bb8ffbce895f97e05beeba98 (patch)
tree589b91c79c93889c67571e4319bf3df5d8dfbab9 /source/blender/blenfont/intern/blf_thumbs.c
parent00f3957b8edd74f901cb52af1d2353e5b8df7437 (diff)
Cleanup: move public doc-strings into headers for 'blenfont'
Ref T92709
Diffstat (limited to 'source/blender/blenfont/intern/blf_thumbs.c')
-rw-r--r--source/blender/blenfont/intern/blf_thumbs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenfont/intern/blf_thumbs.c b/source/blender/blenfont/intern/blf_thumbs.c
index bbdb26a61b6..06bbd0cf521 100644
--- a/source/blender/blenfont/intern/blf_thumbs.c
+++ b/source/blender/blenfont/intern/blf_thumbs.c
@@ -43,11 +43,6 @@
#include "BLI_strict_flags.h"
-/**
- * This function is used for generating thumbnail previews.
- *
- * \note called from a thread, so it bypasses the normal BLF_* api (which isn't thread-safe).
- */
void BLF_thumb_preview(const char *filename,
const char **draw_str,
const char **i18n_draw_str,