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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-06-09 10:13:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-06-09 10:13:54 +0300
commit03a5da0a635308af4700aad59a791fafaaf22415 (patch)
tree74d627f5ba72319779afa1f01142a6b4a1b4c458 /source
parent705c43be0bf232cbba9dd278e1307d894568f2e0 (diff)
Fix bplayer building (c)
Diffstat (limited to 'source')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index ad79b316111..ce3b38c9ff2 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -750,8 +750,6 @@ int collada_export(struct Scene *sce,
void ED_mesh_calc_tessface(struct Mesh *mesh, bool free_mpoly) RET_NONE
/* bpy/python internal api */
-void BPY_RNA_operator_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE
-void BPY_RNA_operator_macro_wrapper(struct wmOperatorType *ot, void *userdata) RET_NONE
void BPY_text_free_code(struct Text *text) RET_NONE
void BPY_id_release(struct ID *id) RET_NONE
int BPY_context_member_get(struct bContext *C, const char *member, struct bContextDataResult *result) RET_ZERO