Skip to content

Commit

Permalink
Cycles Renderer : Remove unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jun 17, 2024
1 parent 96ece3b commit 6dd06bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GafferCycles/IECoreCyclesPreview/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ class CyclesOutput : public IECore::RefCounted
CompoundDataMap &p = m_parameters->writable();

p["path"] = new StringData( output->getName() );
p["driver"] = new StringData( output->getType() );

if( output->getType() == "ieDisplay" )
m_interactive = true;
Expand Down

0 comments on commit 6dd06bb

Please sign in to comment.