Collections: As it turned out, this is quite harmless to have accessible everwhere

I think ultimately we may move these operators from the outliner space to scene.

Partial revert of a08f687b91.
This commit is contained in:
Dalai Felinto 2018-01-26 19:41:45 -02:00
parent 6634eb3490
commit 492145f8ac
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ void OUTLINER_OT_collection_link(wmOperatorType *ot)
/* api callbacks */
ot->exec = collection_link_exec;
ot->invoke = collection_link_invoke;
ot->poll = view_layer_editor_poll;
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;