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>2014-01-05 13:15:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-05 14:15:24 +0400
commit4eed4b3bcd6af2a3f0b71220cd7e8c8286bd9e27 (patch)
treeb29bbe3fb098883213da40cd3cb6bdc7392f5d2e /source/blender/makesdna/DNA_curve_types.h
parente20f357cc2955071d4505f7f4b3bce965484884e (diff)
Text3d: remove sepchar, old feature which no longer has any UI access.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index ad6a3a77413..2cc56d49ff8 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -241,7 +241,7 @@ typedef struct Curve {
struct VFont *vfonti;
struct VFont *vfontbi;
- int sepchar;
+ int pad4;
float ctime; /* current evaltime - for use by Objects parented to curves */
int totbox, actbox;