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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user