Cleanup: Remove function declaration without definition

There is no function definition for this declaration. Instead there is
`BKE_preferences_asset_library_remove()`.
This commit is contained in:
Julian Eisel
2021-09-27 12:31:06 +02:00
parent 5d5504d8a4
commit d90f542b04

View File

@@ -29,8 +29,6 @@ extern "C" {
struct UserDef;
struct bUserAssetLibrary;
void BKE_preferences_asset_library_free(struct bUserAssetLibrary *library) ATTR_NONNULL();
struct bUserAssetLibrary *BKE_preferences_asset_library_add(struct UserDef *userdef,
const char *name,
const char *path) ATTR_NONNULL(1);