remove commented-out MC Stuff

This commit is contained in:
Andrew Welker
2020-11-13 15:53:02 -07:00
parent b5337572c4
commit 14c3914e5c
2 changed files with 2 additions and 38 deletions

View File

@@ -8,11 +8,9 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
/// </summary>
public interface IMobileControl : IKeyed
{
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
void CreateMobileControlRoomBridge(EssentialsRoomBase room, IMobileControl parent);
void LinkSystemMonitorToAppServer();
IMobileControl GetAppServer();
}
/// <summary>