Fixed duplicate assignment statements

This commit is contained in:
Neil Dorin
2019-09-26 11:31:03 -06:00
parent 0e80c6f54d
commit 3887a07d55

View File

@@ -107,7 +107,6 @@ namespace PepperDash.Essentials.Bridges
OutputAudio = 300; //301-499
OutputUsb = 500; //501-699
InputUsb = 700; //701-899
VideoSyncStatus = 100; //101-299
HdcpSupportState = 1000; //1001-1199
HdcpSupportCapability = 1200; //1201-1399
@@ -118,8 +117,6 @@ namespace PepperDash.Essentials.Bridges
OutputCurrentVideoInputNames = 2000; //2001-2199
OutputCurrentAudioInputNames = 2200; //2201-2399
InputCurrentResolution = 2400; // 2401-2599
InputEndpointOnline = 500; //501-699
OutputEndpointOnline = 700; //701-899
}
public override void OffsetJoinNumbers(uint joinStart)