Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <b.mont29@gmail.com>2020-03-06 13:27:29 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-06 13:27:54 +0300
commit17e1fef85aa45f95d2e7c872901ca1c6140fad73 (patch)
tree7a5e4ef8df279ff660012000be19631ccebb941c /source/blender/blenkernel/BKE_library.h
parentc25f6e998bd98533c4a818310dbf5f24f01d221b (diff)
Cleanup: Library: Move to IDTypeInfo, and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_library.h')
-rw-r--r--source/blender/blenkernel/BKE_library.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_library.h b/source/blender/blenkernel/BKE_library.h
index 1324e4ebf90..5bc3d50bf8d 100644
--- a/source/blender/blenkernel/BKE_library.h
+++ b/source/blender/blenkernel/BKE_library.h
@@ -34,8 +34,6 @@ extern "C" {
struct Library;
struct Main;
-void BKE_library_free(struct Library *lib);
-
void BKE_library_filepath_set(struct Main *bmain, struct Library *lib, const char *filepath);
#ifdef __cplusplus