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-10 14:48:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-10 14:50:04 +0300
commit96a7e06792902837c1be01652c76d73870449308 (patch)
tree22eb65f137ee775af4ac3e1ac4a2a3bb0744fcfb /source/blender/blenloader/intern/readfile.h
parent062935976249135fc24e00c361f5c13103cbbfe8 (diff)
Cleanup: unused struct member
Also replace intptr_t -> int (no good reason to cast to intptr here).
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 04411880036..8ac500a2e74 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -94,10 +94,6 @@ typedef struct FileData {
ListBase *mainlist;
ListBase *old_mainlist; /* Used for undo. */
- /* ick ick, used to return
- * data through streamglue.
- */
- BlendFileData **bfd_r;
struct ReportList *reports;
} FileData;