From 3887a07d558a73eb3d6334609f764d8ab7a553af Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 26 Sep 2019 11:31:03 -0600 Subject: [PATCH] Fixed duplicate assignment statements --- .../Bridges/JoinMaps/DmChassisControllerJoinMap.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs b/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs index 439cd949..d04004b9 100644 --- a/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs +++ b/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs @@ -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)