From 61776befc3f88c373e47ccbdf8c75e2ca0f4e987 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 00:55:11 +1100 Subject: Cleanup: move public doc-strings into headers for 'editors' Ref T92709 --- source/blender/editors/space_outliner/outliner_draw.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_draw.c') diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c index 956c455c545..c339f07fd58 100644 --- a/source/blender/editors/space_outliner/outliner_draw.c +++ b/source/blender/editors/space_outliner/outliner_draw.c @@ -2933,12 +2933,6 @@ static void outliner_draw_iconrow_doit(uiBlock *block, (*offsx) += UI_UNIT_X; } -/** - * Return the index to use based on the TreeElement ID and object type - * - * We use a continuum of indices until we get to the object data-blocks - * and we then make room for the object types. - */ int tree_element_id_type_to_index(TreeElement *te) { TreeStoreElem *tselem = TREESTORE(te); -- cgit v1.2.3