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>2015-08-31 18:56:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-09-18 09:40:54 +0300
commitb2e206a0afddcdf7db60fb5b8359fb6ae66e29c0 (patch)
tree52b3d1da50597ebd100d3f3438ec67f2ed4af532
parent1d6c1e90aa2fa47d3c522e061d7c2bb4e7b32deb (diff)
Cleanup: remove unused WriteFile members
-rw-r--r--source/blender/blenloader/intern/writefile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 47ca7731877..d320274ef96 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -291,11 +291,10 @@ static void ww_handle_init(eWriteWrapType ww_type, WriteWrap *r_ww)
typedef struct {
struct SDNA *sdna;
- int file;
unsigned char *buf;
MemFile *compare, *current;
- int tot, count, error, memsize;
+ int tot, count, error;
/* Wrap writing, so we can use zlib or
* other compression types later, see: G_FILE_COMPRESS