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:
authorJoshua Leung <aligorith@gmail.com>2008-03-22 02:10:23 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-22 02:10:23 +0300
commit1930a925c870e746c4fdba161a8af2c097eace74 (patch)
tree3749f11ce0ac5e4fa36ecdf01c2b16fde0013d06 /source/blender/blenloader
parent76f34bcdd9d46f10e12c3d71c6dde6f8e0e57ec0 (diff)
Removing some compiler warnings.
(Note to who-ever made all the changes referring to r.scemode: r.scemode is an int, not a short!)
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 330ae84f922..fbd18d31209 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -8677,8 +8677,6 @@ void BLO_library_append(SpaceFile *sfile, char *dir, int idcode)
void BLO_library_append_(BlendHandle** libfiledata, struct direntry* filelist, int totfile, char *dir, char* file, short flag, int idcode)
{
- FileData *fd= (FileData*) (*libfiledata);
- int lastflags = fd->flags;
Library *curlib;
Base *centerbase;
Object *ob;