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>2011-12-04 21:35:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-04 21:35:17 +0400
commit143b7ec10a60f9a162124ef3f4e51b5b179648d4 (patch)
tree9760b63370dded9eacab7ecb1149c249c13786fe /source/blender/editors/space_time
parentf4eb0f507f96eedae9f110aaaf46b5ef4ab40b6b (diff)
remove unused SpaceTime.redraws.
now there are no more use of deprecated struct member warnings.
Diffstat (limited to 'source/blender/editors/space_time')
-rw-r--r--source/blender/editors/space_time/space_time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_time/space_time.c b/source/blender/editors/space_time/space_time.c
index b3baccde5c9..65ef3273e30 100644
--- a/source/blender/editors/space_time/space_time.c
+++ b/source/blender/editors/space_time/space_time.c
@@ -580,7 +580,6 @@ static SpaceLink *time_new(const bContext *C)
stime= MEM_callocN(sizeof(SpaceTime), "inittime");
stime->spacetype= SPACE_TIME;
- stime->redraws= TIME_ALL_3D_WIN|TIME_ALL_ANIM_WIN; // XXX: depreceated
stime->flag |= TIME_DRAWFRAMES;
/* header */