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>2018-04-05 17:19:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-05 17:19:43 +0300
commit3eaf77fdd34bd9517b650cabde3574361bdc8d21 (patch)
tree5565b616ce36e6716c6f9ebe78ecb42bda078da1 /source/blender/makesdna
parent1c1dc394662965356eee2347d824026cd9d18756 (diff)
parentad1ea9a427e3543a43ca2589f87f0c94b9be03ca (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_text_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_text_types.h b/source/blender/makesdna/DNA_text_types.h
index 0a9b8c320b5..163dda678d9 100644
--- a/source/blender/makesdna/DNA_text_types.h
+++ b/source/blender/makesdna/DNA_text_types.h
@@ -59,10 +59,6 @@ typedef struct Text {
TextLine *curl, *sell;
int curc, selc;
- char *undo_buf;
- void *pad;
- int undo_pos, undo_len;
-
double mtime;
} Text;