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_dir.c
parent00f3957b8edd74f901cb52af1d2353e5b8df7437 (diff)
Cleanup: move public doc-strings into headers for 'blenfont'
Ref T92709
Diffstat (limited to 'source/blender/blenfont/intern/blf_dir.c')
-rw-r--r--source/blender/blenfont/intern/blf_dir.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenfont/intern/blf_dir.c b/source/blender/blenfont/intern/blf_dir.c
index f4a20faf109..8eb148a8a9a 100644
--- a/source/blender/blenfont/intern/blf_dir.c
+++ b/source/blender/blenfont/intern/blf_dir.c
@@ -148,10 +148,6 @@ char *blf_dir_search(const char *file)
return s;
}
-/**
- * Some font have additional file with metrics information,
- * in general, the extension of the file is: `.afm` or `.pfm`
- */
char *blf_dir_metrics_search(const char *filename)
{
char *mfile;