Cleanup: Speaker: Move to IDTypeInfo and remove unused BKE API.

This commit is contained in:
2020-03-08 20:10:07 +01:00
parent 0d05fd9b4c
commit 014f78b5b5
6 changed files with 37 additions and 48 deletions

View File

@@ -190,7 +190,7 @@ void BKE_libblock_free_datablock(ID *id, const int UNUSED(flag))
BLI_assert(0);
break;
case ID_SPK:
BKE_speaker_free((Speaker *)id);
BLI_assert(0);
break;
case ID_LP:
BLI_assert(0);