From bcf0c7143371deba9050eedd0f3474ae4fd91cc9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 31 Dec 2018 00:57:47 +1100 Subject: Cleanup: remove non-existing function declarations --- source/blender/editors/space_outliner/outliner_intern.h | 12 ------------ 1 file changed, 12 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 41a0dce7a38..23ea14abc31 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -186,7 +186,6 @@ TreeTraversalAction outliner_find_selected_objects(struct TreeElement *te, void /* outliner_draw.c ---------------------------------------------- */ void draw_outliner(const struct bContext *C); -void restrictbutton_gr_restrict_flag(void *poin, void *poin2, int flag); TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te); @@ -230,17 +229,6 @@ int outliner_flag_is_any_test(ListBase *lb, short flag, const int curlevel); bool outliner_flag_set(ListBase *lb, short flag, short set); bool outliner_flag_flip(ListBase *lb, short flag); -void object_toggle_visibility_cb( - struct bContext *C, struct ReportList *reports, struct Scene *scene, - TreeElement *te, struct TreeStoreElem *tsep, struct TreeStoreElem *tselem, void *user_data); -void object_toggle_selectability_cb( - struct bContext *C, struct ReportList *reports, struct Scene *scene, - TreeElement *te, struct TreeStoreElem *tsep, struct TreeStoreElem *tselem, void *user_data); -void object_toggle_renderability_cb( - struct bContext *C, struct ReportList *reports, struct Scene *scene, - TreeElement *te, struct TreeStoreElem *tsep, struct TreeStoreElem *tselem, void *user_data); - - void item_rename_cb( struct bContext *C, struct ReportList *reports, struct Scene *scene, TreeElement *te, struct TreeStoreElem *tsep, struct TreeStoreElem *tselem, void *user_data); -- cgit v1.2.3