removed some unintentionally added text from InputInterfaces.cs

This commit is contained in:
Trevor Payne
2020-05-13 09:40:45 -05:00
parent 3bf3ac2cce
commit f2cb95af96

View File

@@ -2,9 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using PepperDash.Essentials.Core;
using Crestron.SimplSharp;
namespace PepperDash.Essentials.Devices.Displays
{
@@ -15,4 +13,5 @@ namespace PepperDash.Essentials.Devices.Displays
public interface IInputDisplayPort1 { void InputDisplayPort1(); }
public interface IInputDisplayPort2 { void InputDisplayPort2(); }
public interface IInputVga1 { void InputVga1(); }
}