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/ftfont/intern/FTF_TTFont.h')
-rw-r--r--source/blender/ftfont/intern/FTF_TTFont.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/ftfont/intern/FTF_TTFont.h b/source/blender/ftfont/intern/FTF_TTFont.h
index 4e0e5ae7ff1..9492e326a7e 100644
--- a/source/blender/ftfont/intern/FTF_TTFont.h
+++ b/source/blender/ftfont/intern/FTF_TTFont.h
@@ -99,8 +99,7 @@ protected:
int font_size;
/** FTGL's */
- FTFont* fontB;
- FTFont* fontW;
+ FTFont* font;
/** from system encoding in .locale to UNICODE */
// iconv_t cd;