Skip to content

Commit 255f1e4

Browse files
committed
Remove heartbeat references
1 parent c458bcb commit 255f1e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/OnixSource.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -841,9 +841,7 @@ void OnixSource::updateSettings(OwnedArray<ContinuousChannel>* continuousChannel
841841

842842
addIndividualStreams(source->streamInfos, dataStreams, deviceInfos, continuousChannels);
843843
}
844-
else if (source->getDeviceType() == OnixDeviceType::HEARTBEAT ||
845-
source->getDeviceType() == OnixDeviceType::PERSISTENTHEARTBEAT ||
846-
source->getDeviceType() == OnixDeviceType::OUTPUTCLOCK)
844+
else if (source->getDeviceType() == OnixDeviceType::OUTPUTCLOCK)
847845
{
848846
continue;
849847
}

0 commit comments

Comments
 (0)