From e581219e325c2af23453dbd34ee72c8640f85d80 Mon Sep 17 00:00:00 2001 From: Trevor Payne Date: Tue, 12 May 2020 15:29:34 -0500 Subject: [PATCH] --amend --- .../Essentials_DM/Endpoints/DGEs/DmDge200CController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/DmDge200CController.cs b/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/DmDge200CController.cs index 26f6fc39..d4539e53 100644 --- a/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/DmDge200CController.cs +++ b/essentials-framework/Essentials DM/Essentials_DM/Endpoints/DGEs/DmDge200CController.cs @@ -39,9 +39,6 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs private set; } - - CrestronTouchpanelPropertiesConfig PropertiesConfig; - public DmDge200CController(string key, string name, DmDge200C device, DeviceConfig dc, CrestronTouchpanelPropertiesConfig props) : base(key, name, device, dc, props) {