Cleanup: Texture: Move to IDTypeInfo and remove unused BKE API.
This commit is contained in:
@@ -158,7 +158,7 @@ void BKE_libblock_free_datablock(ID *id, const int UNUSED(flag))
|
||||
BLI_assert(0);
|
||||
break;
|
||||
case ID_TE:
|
||||
BKE_texture_free((Tex *)id);
|
||||
BLI_assert(0);
|
||||
break;
|
||||
case ID_IM:
|
||||
BKE_image_free((Image *)id);
|
||||
|
||||
Reference in New Issue
Block a user