diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-01-05 23:06:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-05 23:06:08 +0000 |
| commit | f2fedb9f34ab290d06201663b70a5ff81757fcb3 (patch) | |
| tree | f769165f387625ccc7aae035c9563503ccce44e0 /MediaBrowser.Common | |
| parent | af6c4279eecb7b75334a58ecf8a3b9ceacbd9835 (diff) | |
| parent | db62648510dbe1aa6adda3c88a7560615daa5188 (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.cs | 2 |
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); } } |
