Revert "Collection Editor based on patch by Julian Eisel"

This reverts commit 3da834e83c.

We will use the outliner for this now.

I'm also moving the collections_ops.c to outliner_collections.c
This commit is contained in:
Dalai Felinto
2017-02-15 17:50:49 +01:00
parent a47235f5fd
commit 574d6011f4
37 changed files with 75 additions and 522 deletions

View File

@@ -174,7 +174,6 @@ static eSpace_Type rna_Space_refine_reverse(StructRNA *srna)
if (srna == &RNA_SpaceConsole) return SPACE_CONSOLE;
if (srna == &RNA_SpaceUserPreferences) return SPACE_USERPREF;
if (srna == &RNA_SpaceClipEditor) return SPACE_CLIP;
if (srna == &RNA_SpaceCollectionManager) return SPACE_COLLECTIONS;
return SPACE_EMPTY;
}