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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-22 05:46:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-22 05:47:04 +0300
commitbfbf3b9558ecd808423ed4146d8d5bd5bd4adf8a (patch)
tree63aaa825572957424cb755fff96dbbb4f14baed2 /source/blender/blenloader/intern/readfile.h
parent9541ce2c261b4d97f1359c930bfe39059f37577e (diff)
Cleanup: make BHeadN private in readfile.c
Also add macro for accessing BHeadN from BHead.
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 2dcc65a2074..8dbab1c1363 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -108,11 +108,6 @@ typedef struct FileData {
struct ReportList *reports;
} FileData;
-typedef struct BHeadN {
- struct BHeadN *next, *prev;
- struct BHead bhead;
-} BHeadN;
-
#define SIZEOFBLENDERHEADER 12
/***/