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:
authorDalai Felinto <dfelinto@gmail.com>2017-06-20 16:51:42 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-06-20 16:51:51 +0300
commitc2f4308e6ba21d4bcbed0aa36b6c770967160771 (patch)
tree297905a5fca81cbd9524dd0da1829316e0a0797d
parent63d71edfcabbb3a8c58326adad7a51644a0e550a (diff)
Fix blenderplayer build (tm)
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 255ac28b64e..226b44e882d 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -363,7 +363,6 @@ struct wmManipulatorMapType *WM_manipulatormaptype_ensure(const struct wmManipul
struct wmManipulatorMap *WM_manipulatormap_new_from_type(const struct wmManipulatorMapType_Params *wmap_params) RET_NULL
void WM_manipulatormaptype_group_init_runtime(
const struct Main *bmain, struct wmManipulatorMapType *mmap_type, struct wmManipulatorGroupType *wgt) RET_NONE
-void WM_manipulatorgrouptype_unregister(struct bContext *C, struct Main *bmain, struct wmManipulatorGroupType *wgt) RET_NONE
#ifdef WITH_INPUT_NDOF
void WM_ndof_deadzone_set(float deadzone) RET_NONE