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:
authorJacques Lucke <jacques@blender.org>2020-10-30 17:27:57 +0300
committerJacques Lucke <jacques@blender.org>2020-10-30 17:28:17 +0300
commitfc9ec1b9d80fb17d3cc5d3c63f8e4bb356fa7ebc (patch)
tree91492148e3b1c7b5ca606414e9eae716c722a2e5 /source/blender/blenloader/intern/readfile.h
parenta8c165f2a4e2a95337323bde9c5dd4128ca2cf9b (diff)
Refactor: move Area .blend I/O to blenkernel
There should be no functional changes. Eventually, it would be good to handle the different space types using callbacks. Ref T76372.
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 4fa41731454..57d6779d1cb 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -187,7 +187,6 @@ void *blo_do_versions_newlibadr_us(struct FileData *fd, const void *lib, const v
struct PartEff *blo_do_version_give_parteff_245(struct Object *ob);
void blo_do_version_old_trackto_to_constraints(struct Object *ob);
-void blo_do_versions_view3d_split_250(struct View3D *v3d, struct ListBase *regions);
void blo_do_versions_key_uidgen(struct Key *key);
void blo_do_versions_userdef(struct UserDef *userdef);