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>2009-01-14 19:37:52 +0300
committerTon Roosendaal <ton@blender.org>2009-01-14 19:37:52 +0300
commit30e851b8a536194a78a674dd33fad9a939122ea1 (patch)
tree2956594b04f24d58cc63f9c1bdecf24cfb9daf1c /source/blender/editors/space_node/node_header.c
parent9aec7aaf6c560ddc0c2dd1c553c809f9b1e706d5 (diff)
2.5
A small round of warning cleanups; unused variables, missing headers and some const types.
Diffstat (limited to 'source/blender/editors/space_node/node_header.c')
-rw-r--r--source/blender/editors/space_node/node_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_header.c b/source/blender/editors/space_node/node_header.c
index 7d333d9b1c0..6883affe0b2 100644
--- a/source/blender/editors/space_node/node_header.c
+++ b/source/blender/editors/space_node/node_header.c
@@ -126,7 +126,7 @@ static uiBlock *node_selectmenu(bContext *C, uiMenuBlockHandle *handle, void *ar
void do_node_addmenu(bContext *C, void *arg, int event)
{
// XXX enable
- ScrArea *curarea= CTX_wm_area(C);
+ // ScrArea *curarea= CTX_wm_area(C);
SpaceNode *snode= (SpaceNode*)CTX_wm_space_data(C);
bNode *node;
//float locx, locy;