aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-07 12:28:48 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-07 12:28:48 +0100
commitcf87b3afb7c64bd1102dc9bd445f75a4042e0442 (patch)
treee4180a719f34ae7a53aaf741bbfc434eaf12be79 /Emby.Server.Implementations/ApplicationHost.cs
parent268af7dac3d8cd7419a39b2abca5b18cb97ebe3d (diff)
Remove excess code.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index c37e87d96..318a853c5 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1431,10 +1431,6 @@ namespace Emby.Server.Implementations
}
}
- public virtual void EnableLoopback(string appName)
- {
- }
-
private bool _disposed = false;
/// <summary>