diff --git a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc index 97e38af4367..00406cc8342 100644 --- a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc +++ b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc @@ -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); }