From 0a622c6dd60f5d6e41dcae3139fadbf54660fa87 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 22 Jan 2018 12:41:29 -0200 Subject: Collections/Layer cleanup: Remove placeholder for de/select objects No need for placeholders bloating the source code. They can come back once we decide to implement them. --- source/blender/editors/space_outliner/outliner_intern.h | 2 -- 1 file changed, 2 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 b6ca2ff1ad0..9bc24e65941 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -341,8 +341,6 @@ void OUTLINER_OT_collection_link(struct wmOperatorType *ot); void OUTLINER_OT_collection_unlink(struct wmOperatorType *ot); void OUTLINER_OT_collection_new(struct wmOperatorType *ot); void OUTLINER_OT_collection_objects_remove(struct wmOperatorType *ot); -void OUTLINER_OT_collection_objects_select(struct wmOperatorType *ot); -void OUTLINER_OT_collection_objects_deselect(struct wmOperatorType *ot); void OUTLINER_OT_collection_objects_add(struct wmOperatorType *ot); void OUTLINER_OT_collection_nested_new(struct wmOperatorType *ot); -- cgit v1.2.3