quiet all -Wshadow warnings in the compositor.

This commit is contained in:
2012-06-26 07:32:24 +00:00
parent 69ab13a7db
commit d4cfdc69ef
12 changed files with 170 additions and 173 deletions
@@ -23,7 +23,6 @@
#include "COM_ExecutionSystem.h"
#include <sstream>
#include <stdio.h>
#include "PIL_time.h"
#include "BKE_node.h"
@@ -209,7 +208,6 @@ void ExecutionSystem::addReadWriteBufferOperations(NodeOperation *operation)
*/
OutputSocket *outputsocket = operation->getOutputSocket();
if (outputsocket->isConnected()) {
int index;
WriteBufferOperation *writeOperation;
writeOperation = new WriteBufferOperation();
writeOperation->setbNodeTree(this->getContext().getbNodeTree());