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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index b5ad6ab8ae9..643c2826403 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -37,7 +37,6 @@
#include <math.h>
#include <ft2build.h>
-#include <libintl.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
@@ -125,11 +124,6 @@ void BLF_cache_clear(void)
}
}
-char* BLF_gettext(const char *msgid)
-{
- return gettext( msgid );
-}
-
static int blf_search(const char *name)
{
FontBLF *font;