Cleanup: move public doc-strings into headers for 'editors'

Ref T92709
This commit is contained in:
2021-12-09 00:55:11 +11:00
parent 8f1997975d
commit 61776befc3
338 changed files with 4500 additions and 3317 deletions

View File

@@ -70,7 +70,6 @@ bool ED_gizmo_poll_or_unlink_delayed_from_tool_ex(const bContext *C,
return true;
}
/** Can use this as poll function directly. */
bool ED_gizmo_poll_or_unlink_delayed_from_tool(const bContext *C, wmGizmoGroupType *gzgt)
{
return ED_gizmo_poll_or_unlink_delayed_from_tool_ex(C, gzgt, gzgt->idname);