[Bf-blender-cvs] [09d0516] gooseberry: Revert "Fix blenderplayer not compiling after modifier d&d commit"

Antony Riakiotakis noreply at git.blender.org
Wed Mar 11 19:08:44 CET 2015


Commit: 09d0516b4d1a072c2d664435d6f67867c84399aa
Author: Antony Riakiotakis
Date:   Wed Mar 11 19:08:30 2015 +0100
Branches: gooseberry
https://developer.blender.org/rB09d0516b4d1a072c2d664435d6f67867c84399aa

Revert "Fix blenderplayer not compiling after modifier d&d commit"

This reverts commit 1a0e6336d62a2c8f9428704e9bcb6bbf799125e1.

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

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 bb45ba6..61265b4 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -531,8 +531,6 @@ struct uiLayout *uiLayoutColumn(uiLayout *layout, int align) RET_NULL
 struct uiLayout *uiLayoutColumnFlow(uiLayout *layout, int number, int align) RET_NULL
 struct uiLayout *uiLayoutBox(struct uiLayout *layout) RET_NULL
 struct uiLayout *uiLayoutSplit(uiLayout *layout, float percentage, int align) RET_NULL
-void uiLayoutSubblockBegin(uiLayout *layout, const char *identifier) RET_NONE
-void uiLayoutSubblockEnd(uiLayout *layout) RET_NONE
 bool uiLayoutGetRedAlert(struct uiLayout *layout) RET_ZERO
 void uiLayoutSetRedAlert(uiLayout *layout, bool redalert) RET_NONE
 void uiItemsEnumR(uiLayout *layout, struct PointerRNA *ptr, const char *propname) RET_NONE




More information about the Bf-blender-cvs mailing list