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>2013-11-20 21:16:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-20 21:16:41 +0400
commit0af52adac044d4851b95dd238ba209593f106996 (patch)
tree4be247faaf74e12b6c31634b385d13fcff67c669 /source/blender/blenkernel/BKE_font.h
parent31a1bcfcd7041c3d346ce8b4eb16786c353153c1 (diff)
Code Cleanup: remove unused members for editfont (3D text)
Diffstat (limited to 'source/blender/blenkernel/BKE_font.h')
-rw-r--r--source/blender/blenkernel/BKE_font.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_font.h b/source/blender/blenkernel/BKE_font.h
index 028ff0f93d6..8f5ccf1087e 100644
--- a/source/blender/blenkernel/BKE_font.h
+++ b/source/blender/blenkernel/BKE_font.h
@@ -63,8 +63,6 @@ typedef struct EditFont {
wchar_t *textbuf;
struct CharInfo *textbufinfo;
- wchar_t *oldstr;
- struct CharInfo *oldstrinfo;
float textcurs[4][2];