viewer: removed old line

This commit is contained in:
itsmattkc
2021-09-07 18:06:19 -07:00
parent a0706a78d8
commit e79058cad3
-2
View File
@@ -51,8 +51,6 @@ ViewerOutput::ViewerOutput(bool create_buffer_inputs, bool create_default_stream
AddInput(kAudioParamsInput, NodeValue::kAudioParams, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable | kInputFlagArray));
connect(this, &Node::InputArraySizeChanged, this, &ViewerOutput::InputResized);
if (create_buffer_inputs) {
AddInput(kTextureInput, NodeValue::kTexture, InputFlags(kInputFlagNotKeyframable));
AddInput(kSamplesInput, NodeValue::kSamples, InputFlags(kInputFlagNotKeyframable));