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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-15 00:25:01 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-15 00:25:01 +0300
commit14c2fc3c12f2f5b43a8689f2a54c249a4325118c (patch)
treedb76840c78c75351ed44f08591a2f2e8aba95c74 /source/blender/nodes
parent9385c465814c2f14d9ec478bddf87100da903b40 (diff)
Various warning fixes.
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c
index 72990ed8fd2..701fe688f5f 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_channelMatte.c
@@ -126,7 +126,6 @@ static void node_composit_exec_channel_matte(void *data, bNode *node, bNodeStack
{
CompBuf *cbuf;
CompBuf *outbuf;
- NodeChroma *c=(NodeChroma *)node->storage;
if(in[0]->hasinput==0) return;
if(in[0]->data==NULL) return;