aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-01-05 23:06:08 +0000
committerGitHub <noreply@github.com>2019-01-05 23:06:08 +0000
commitf2fedb9f34ab290d06201663b70a5ff81757fcb3 (patch)
treef769165f387625ccc7aae035c9563503ccce44e0 /MediaBrowser.Common
parentaf6c4279eecb7b75334a58ecf8a3b9ceacbd9835 (diff)
parentdb62648510dbe1aa6adda3c88a7560615daa5188 (diff)
Merge pull request #383 from Bond-009/unused
Remove firebase and empty resource config file
Diffstat (limited to 'MediaBrowser.Common')
-rw-r--r--MediaBrowser.Common/IApplicationHost.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs
index 39d69ea15..c4f760b15 100644
--- a/MediaBrowser.Common/IApplicationHost.cs
+++ b/MediaBrowser.Common/IApplicationHost.cs
@@ -135,7 +135,5 @@ namespace MediaBrowser.Common
object CreateInstance(Type type);
PackageVersionClass SystemUpdateLevel { get; }
-
- string GetValue(string name);
}
}