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:
authorStephen Swaney <sswaney@centurytel.net>2007-03-30 08:53:49 +0400
committerStephen Swaney <sswaney@centurytel.net>2007-03-30 08:53:49 +0400
commitf400069d34274144d75bd4df7843f6f39a46fc37 (patch)
treeeee74ecee65569c86185c1f71eece17e87bcf086 /source/blender/python/api2_2x/Library.c
parent3b4a4c32dc37b4f4abffd13a0d06f3ea54be63ca (diff)
run dos2unix on BKE_idprop.h
remove unused var from Library.c
Diffstat (limited to 'source/blender/python/api2_2x/Library.c')
-rw-r--r--source/blender/python/api2_2x/Library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Library.c b/source/blender/python/api2_2x/Library.c
index 5251f405ff5..daccf31489e 100644
--- a/source/blender/python/api2_2x/Library.c
+++ b/source/blender/python/api2_2x/Library.c
@@ -573,7 +573,7 @@ PyObject *LibraryData_importLibData( BPy_LibraryData *self, char *name,
BlendHandle *openlib;
Library *lib;
LinkNode *names, *ptr;
- ID idtest, *id;
+ ID *id;
ListBase *lb;
char newName[32];