[Bf-blender-cvs] [cfec6de] fracture_modifier: removed a double bad level call stub, found by jensverwiebe, thanks :)

Martin Felke noreply at git.blender.org
Mon Mar 21 16:06:17 CET 2016


Commit: cfec6debb629ade1f646db9ac91de4d5dc43186f
Author: Martin Felke
Date:   Mon Mar 21 16:04:53 2016 +0100
Branches: fracture_modifier
https://developer.blender.org/rBcfec6debb629ade1f646db9ac91de4d5dc43186f

removed a double bad level call stub, found by jensverwiebe, thanks :)

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

M	source/blenderplayer/bad_level_call_stubs/stubs.c

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

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index c38b09f..b449371 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -407,7 +407,6 @@ int	WM_keymap_map_type_get(struct wmKeyMapItem *kmi) RET_ZERO
 
 /* rna editors */
 
-struct bAction *verify_adt_action(struct ID *id, short add) RET_NULL
 struct FCurve *verify_fcurve(struct bAction *act, const char group[], struct PointerRNA *ptr, const char rna_path[], const int array_index, short add) RET_NULL
 int insert_vert_fcurve(struct FCurve *fcu, float x, float y, short flag) RET_ZERO
 void delete_fcurve_key(struct FCurve *fcu, int index, bool do_recalc) RET_NONE




More information about the Bf-blender-cvs mailing list