[Bf-blender-cvs] [887fc0ff6d] master: Silence unused var warnings after rBac58a7fa

Dalai Felinto noreply at git.blender.org
Tue Jan 31 11:01:00 CET 2017


Commit: 887fc0ff6d1ed645b8f66bdc8e2212dc253cc7b9
Author: Dalai Felinto
Date:   Tue Jan 31 11:00:18 2017 +0100
Branches: master
https://developer.blender.org/rB887fc0ff6d1ed645b8f66bdc8e2212dc253cc7b9

Silence unused var warnings after rBac58a7fa

===================================================================

M	source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp

===================================================================

diff --git a/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp b/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp
index b8971fffe3..36bc176b1a 100644
--- a/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp
+++ b/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp
@@ -43,8 +43,6 @@ void HueSaturationValueNode::convertToOperations(NodeConverter &converter, const
 	NodeInput *valueSocket = this->getInputSocket(3);
 	NodeInput *facSocket = this->getInputSocket(4);
 	NodeOutput *outputSocket = this->getOutputSocket(0);
-	bNode *editorsnode = getbNode();
-	NodeHueSat *storage = (NodeHueSat *)editorsnode->storage;
 
 	ConvertRGBToHSVOperation *rgbToHSV = new ConvertRGBToHSVOperation();
 	converter.addOperation(rgbToHSV);




More information about the Bf-blender-cvs mailing list