From 2501bc1ad6cc88ce4e19fa5a3f81a4c79512ec42 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 15 Jul 2005 14:50:48 +0000 Subject: - static'd several functions in key.c, just for readability --- source/blender/blenkernel/BKE_key.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/blender/blenkernel/BKE_key.h') diff --git a/source/blender/blenkernel/BKE_key.h b/source/blender/blenkernel/BKE_key.h index b46f02cf81b..22b20e28b89 100644 --- a/source/blender/blenkernel/BKE_key.h +++ b/source/blender/blenkernel/BKE_key.h @@ -50,16 +50,9 @@ void make_local_key(struct Key *key); void sort_keys(struct Key *key); void set_four_ipo(float d, float *data, int type); void set_afgeleide_four_ipo(float d, float *data, int type); -int setkeys(float fac, struct ListBase *lb, struct KeyBlock *k[], float *t, int cycl); -void flerp(int aantal, float *in, float *f0, float *f1, float *f2, float *f3, float *t); void cp_key(int start, int end, int tot, char *poin, struct Key *key, struct KeyBlock *k, int mode); void cp_cu_key(struct Curve *cu, struct KeyBlock *kb, int start, int end); -void rel_flerp(int aantal, float *in, float *ref, float *out, float fac); -void do_rel_key(int start, int end, int tot, char *basispoin, struct Key *key, float ctime, int mode); -void do_key(int start, int end, int tot, char *poin, struct Key *key, struct KeyBlock **k, float *t, int mode); void do_mesh_key(struct Mesh *me); -void do_cu_key(struct Curve *cu, struct KeyBlock **k, float *t); -void do_rel_cu_key(struct Curve *cu, float ctime); void do_curve_key(struct Curve *cu); void do_latt_key(struct Lattice *lt); void do_ob_key(struct Object *ob); -- cgit v1.2.3