Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.

This commit is contained in:
2019-01-14 15:47:11 +01:00
parent 2f39ca3843
commit 6af97b84df
18 changed files with 38 additions and 38 deletions

View File

@@ -238,7 +238,7 @@ bool ED_workspace_delete(
ED_workspace_change((prev != NULL) ? prev : next, C, wm, win);
}
BKE_libblock_free(bmain, workspace_id);
BKE_id_free(bmain, workspace_id);
return true;
}