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:
Diffstat (limited to 'source/blender/blenfont/intern/blf.c')
-rw-r--r--source/blender/blenfont/intern/blf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index 76ff498f5c2..c8940add738 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -824,11 +824,6 @@ int BLF_height_max(int fontid)
return 0;
}
-int BLF_default_height_max(void)
-{
- return BLF_height_max(global_font_default);
-}
-
float BLF_width_max(int fontid)
{
FontBLF *font = blf_get(fontid);
@@ -840,11 +835,6 @@ float BLF_width_max(int fontid)
return 0.0f;
}
-float BLF_default_width_max(void)
-{
- return BLF_width_max(global_font_default);
-}
-
float BLF_descender(int fontid)
{
FontBLF *font = blf_get(fontid);