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:
Diffstat (limited to 'source/blender/blenkernel/nla_private.h')
-rw-r--r--source/blender/blenkernel/nla_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/nla_private.h b/source/blender/blenkernel/nla_private.h
index 1c6fd3a3e7d..67728445f3a 100644
--- a/source/blender/blenkernel/nla_private.h
+++ b/source/blender/blenkernel/nla_private.h
@@ -34,7 +34,6 @@
#define __NLA_PRIVATE_H__
struct Depsgraph;
-struct AnimMapper;
#include "RNA_types.h"
@@ -75,7 +74,6 @@ typedef struct NlaEvalChannel {
PathResolvedRNA rna;
/* Original parameters used to look up the reference for write_orig_anim_rna */
- struct AnimMapper *remap;
const char *rna_path;
float value; /* value of this channel */