From 3d0864200d357cac40415db3d9d9df57b45b4bcb Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 29 Apr 2019 14:49:25 +0200 Subject: Cleanup: make outliner_item_do_activate_from_cursor() static. This function is only used in one place in one file, no point exposing it in internal header currently... --- source/blender/editors/space_outliner/outliner_intern.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_intern.h') diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h index d532a1cbbb8..8211e3005c7 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -236,10 +236,6 @@ eOLDrawState tree_element_active(struct bContext *C, void outliner_item_do_activate_from_tree_element( struct bContext *C, TreeElement *te, TreeStoreElem *tselem, bool extend, bool recursive); -int outliner_item_do_activate_from_cursor(struct bContext *C, - const int mval[2], - bool extend, - bool recursive); void outliner_item_select(struct SpaceOutliner *soops, const struct TreeElement *te, -- cgit v1.2.3