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/editors/animation/anim_keyframing.c')
-rw-r--r--source/blender/editors/animation/anim_keyframing.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/editors/animation/anim_keyframing.c b/source/blender/editors/animation/anim_keyframing.c
index 51dc04fa407..7a0e133a670 100644
--- a/source/blender/editors/animation/anim_keyframing.c
+++ b/source/blender/editors/animation/anim_keyframing.c
@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#if 0 // XXX reenable this file again later...
+
#include <stdio.h>
#include <string.h>
@@ -382,6 +382,8 @@ void insert_vert_icu (IpoCurve *icu, float x, float y, short fast)
}
}
+#if 0 // XXX code to clean up
+
/* ------------------- Get Data ------------------------ */
/* Get pointer to use to get values from */
@@ -2083,6 +2085,8 @@ void common_deletekey (void)
common_modifykey(COMMONKEY_MODE_DELETE);
}
+#endif // XXX reenable this file again later...
+
/* ************************************************** */
/* KEYFRAME DETECTION */
@@ -2282,5 +2286,3 @@ short id_frame_has_keyframe (ID *id, float frame, short filter)
}
/* ************************************************** */
-
-#endif // XXX reenable this file again later...