[Bf-blender-cvs] [736636ca496] active-fcurve-keyframe: Remove accidental changes

Hans Goudey noreply at git.blender.org
Thu Jul 16 20:16:25 CEST 2020


Commit: 736636ca4961d957861c85f7f89c9d88d356af41
Author: Hans Goudey
Date:   Fri Jul 10 09:15:48 2020 -0400
Branches: active-fcurve-keyframe
https://developer.blender.org/rB736636ca4961d957861c85f7f89c9d88d356af41

Remove accidental changes

===================================================================

M	source/blender/editors/include/ED_keyframes_draw.h

===================================================================

diff --git a/source/blender/editors/include/ED_keyframes_draw.h b/source/blender/editors/include/ED_keyframes_draw.h
index 979843c8f7f..7000075d4b5 100644
--- a/source/blender/editors/include/ED_keyframes_draw.h
+++ b/source/blender/editors/include/ED_keyframes_draw.h
@@ -78,8 +78,6 @@ typedef struct ActKeyColumn {
   char extreme_type;
   short sel;
   float cfra;
-  /* Active keyframe in active FCurve. */
-  bool active;
 
   /* key-block info */
   ActKeyBlockInfo block;



More information about the Bf-blender-cvs mailing list