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:
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
-rw-r--r--source/blender/blenloader/intern/readfile.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index af04a701ccc..68bd3946e55 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -227,6 +227,12 @@ typedef struct OldNewMap {
int lasthit;
} OldNewMap;
+
+/* local prototypes */
+void lib_link_screen_restore(Main *, char , Scene *);
+extern short freeN(void *vmemh); /* defined in util.h */
+
+
static OldNewMap *oldnewmap_new(void) {
OldNewMap *onm= MEM_mallocN(sizeof(*onm), "OldNewMap");
onm->lasthit= 0;
@@ -2544,7 +2550,7 @@ static void direct_link_scene(FileData *fd, Scene *sce)
Sequence temp;
char *poin;
long offset;
- int seted=0;
+ /*int seted=0;*/ /*unused*/
offset= ((long)&(temp.seqbase)) - ((long)&temp);