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>2006-12-01 20:53:04 +0300
committerStephen Swaney <sswaney@centurytel.net>2006-12-01 20:53:04 +0300
commite3b72755cc323bdc19eba606426596ec84daf85f (patch)
treef93645b0485edceeab086fbaadb3805aa27cf7dd /source/blender/python/api2_2x/Node.c
parentdb5d58aaa27b40e037512e5819ccc6852220ed45 (diff)
clean up some warnings. no executable changes.
Diffstat (limited to 'source/blender/python/api2_2x/Node.c')
-rw-r--r--source/blender/python/api2_2x/Node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Node.c b/source/blender/python/api2_2x/Node.c
index f5d6fa1d71a..770d630135f 100644
--- a/source/blender/python/api2_2x/Node.c
+++ b/source/blender/python/api2_2x/Node.c
@@ -107,7 +107,6 @@ static int Map_socketdef(PyObject *self, PyObject *args, void *closure)
bNode *node = NULL;
BPy_OutputDefMap *out= NULL;
BPy_InputDefMap *in= NULL;
- int pos=0;
switch((int)closure) {
case 'I':