diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-07 12:28:48 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-07 12:28:48 +0100 |
| commit | cf87b3afb7c64bd1102dc9bd445f75a4042e0442 (patch) | |
| tree | e4180a719f34ae7a53aaf741bbfc434eaf12be79 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 268af7dac3d8cd7419a39b2abca5b18cb97ebe3d (diff) | |
Remove excess code.
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 9f4c00e1c..cfad17fb7 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -114,8 +114,6 @@ namespace MediaBrowser.Controller /// <exception cref="NotSupportedException"><see cref="CanLaunchWebBrowser"/> is false.</exception> void LaunchUrl(string url); - void EnableLoopback(string appName); - IEnumerable<WakeOnLanInfo> GetWakeOnLanInfo(); string ExpandVirtualPath(string path); |
