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:
authorTon Roosendaal <ton@blender.org>2004-01-24 15:24:58 +0300
committerTon Roosendaal <ton@blender.org>2004-01-24 15:24:58 +0300
commit00406f12c6530bd1f54747123407498d6e1b0a4a (patch)
tree52aa0bcfcfed58ef2c1eac2336883a4d35b56d93 /source/blender/blenloader
parent79884ff70b10b446eb0a871ad574e9689831ad8a (diff)
- commented out line with unused variable, to make warnings going down
with 1!
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index a73d5faca49..54b5f993b53 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2472,7 +2472,7 @@ static void lib_link_screen(FileData *fd, Main *main)
sima->image= newlibadr_us(fd, sc->id.lib, sima->image);
}
else if(sl->spacetype==SPACE_NLA){
- SpaceNla *snla= (SpaceNla *)sl;
+ /* SpaceNla *snla= (SpaceNla *)sl; */
}
else if(sl->spacetype==SPACE_TEXT) {
SpaceText *st= (SpaceText *)sl;