From 2e14b7fb9770ba5d7ca75f8125c73b81be8f632c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 9 Jun 2018 18:55:51 +0200 Subject: RNA: remove Layout.introspect This was added as an experiment to extract information for docs but this was never all that useful for its intended purpose. --- source/blender/editors/include/UI_interface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/include/UI_interface.h') diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h index 0fd253e9fec..94a0013d96b 100644 --- a/source/blender/editors/include/UI_interface.h +++ b/source/blender/editors/include/UI_interface.h @@ -886,7 +886,6 @@ uiBlock *uiLayoutGetBlock(uiLayout *layout); void uiLayoutSetFunc(uiLayout *layout, uiMenuHandleFunc handlefunc, void *argv); void uiLayoutSetContextPointer(uiLayout *layout, const char *name, struct PointerRNA *ptr); void uiLayoutContextCopy(uiLayout *layout, struct bContextStore *context); -const char *uiLayoutIntrospect(uiLayout *layout); // XXX - testing struct MenuType *UI_but_menutype_get(uiBut *but); void UI_menutype_draw(struct bContext *C, struct MenuType *mt, struct uiLayout *layout); -- cgit v1.2.3