[Bf-blender-cvs] [d90f542b04f] master: Cleanup: Remove function declaration without definition

Julian Eisel noreply at git.blender.org
Mon Sep 27 12:33:04 CEST 2021


Commit: d90f542b04fcef8d9fcaeb536cd183cd983fc423
Author: Julian Eisel
Date:   Mon Sep 27 12:31:06 2021 +0200
Branches: master
https://developer.blender.org/rBd90f542b04fcef8d9fcaeb536cd183cd983fc423

Cleanup: Remove function declaration without definition

There is no function definition for this declaration. Instead there is
`BKE_preferences_asset_library_remove()`.

===================================================================

M	source/blender/blenkernel/BKE_preferences.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_preferences.h b/source/blender/blenkernel/BKE_preferences.h
index 04a41d425bb..0876653566f 100644
--- a/source/blender/blenkernel/BKE_preferences.h
+++ b/source/blender/blenkernel/BKE_preferences.h
@@ -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);



More information about the Bf-blender-cvs mailing list