From 574d6011f41f5c914f62e144cae1a5e3fe540de6 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Wed, 15 Feb 2017 17:50:49 +0100 Subject: Revert "Collection Editor based on patch by Julian Eisel" This reverts commit 3da834e83ce9d7056c033148dab04885a6d3b1b7. We will use the outliner for this now. I'm also moving the collections_ops.c to outliner_collections.c --- source/blender/editors/space_api/spacetypes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index 8c278c0b3ae..5ff1d758563 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -96,7 +96,6 @@ void ED_spacetypes_init(void) ED_spacetype_console(); ED_spacetype_userpref(); ED_spacetype_clip(); - ED_spacetype_collections(); // ... /* register operator types for screen and all spaces */ -- cgit v1.2.3