diff --git a/source/blender/editors/asset/intern/asset_shelf.cc b/source/blender/editors/asset/intern/asset_shelf.cc index dc8cf578cdc..6c992f34075 100644 --- a/source/blender/editors/asset/intern/asset_shelf.cc +++ b/source/blender/editors/asset/intern/asset_shelf.cc @@ -553,7 +553,6 @@ AssetShelf *active_shelf_from_area(const ScrArea *area) const ARegion *shelf_region = BKE_area_find_region_type(area, RGN_TYPE_ASSET_SHELF); if (!shelf_region) { /* Called in wrong context, area doesn't have a shelf. */ - BLI_assert_unreachable(); return nullptr; }