Depsgraph: Groups are now covered by dependency graph

This commit is contained in:
Sergey Sharybin
2017-12-08 15:54:10 +01:00
parent 7aa022b7a8
commit 36e09b5ada

View File

@@ -324,7 +324,6 @@ static bool check_datablocks_copy_on_writable(const ID *id_orig)
return !ELEM(id_type, ID_BR,
ID_LS,
ID_AC,
ID_GR,
ID_PAL);
}