Tracking: Cleanup, remove unused field

Was re-introduced after previous round of cleanups when was merging
refactor and master branches.
This commit is contained in:
Sergey Sharybin 2020-11-30 15:44:42 +01:00
parent ecfacb7706
commit ba3bf822a1
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ typedef struct AutoTrackContext {
/* True when tracking backwards (from higher frame number to lower frame number.) */
bool is_backwards;
/* True when entire sequence is being tracked. */
bool is_sequence;
/* Movie clips used during the trackign process. */
int num_clips;
MovieClip *clips[MAX_ACCESSOR_CLIP];