Remove unused dependency graph flags from scene

This commit is contained in:
Sergey Sharybin 2017-10-20 11:30:39 +02:00
parent 3beea71b07
commit e665c3a3f6
1 changed files with 1 additions and 2 deletions

View File

@ -1655,8 +1655,7 @@ typedef struct Scene {
/* none of the dependency graph vars is mean to be saved */
struct Depsgraph *depsgraph_legacy;
short dagflags;
short pad3;
float pad3;
/* User-Defined KeyingSets */
int active_keyingset; /* index of the active KeyingSet. first KeyingSet has index 1, 'none' active is 0, 'add new' is -1 */