diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-02-19 21:21:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 21:21:36 -0500 |
| commit | b43317c5e10aeac5dd1510c3957fa59f453cf2c1 (patch) | |
| tree | cabde8df22fd180e17af59e8585299026000f4e1 /MediaBrowser.Common/Configuration/IApplicationPaths.cs | |
| parent | 24b76dbed85967a7acd495d21c99d9b857055bb1 (diff) | |
| parent | 7554f6355195443b721a9b65f04ef4f9f4c097e9 (diff) | |
Merge pull request #830 from Bond-009/update
Removed remaining self-update code
Diffstat (limited to 'MediaBrowser.Common/Configuration/IApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IApplicationPaths.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index 27092c0e1..cb4e8bf5f 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -42,12 +42,6 @@ namespace MediaBrowser.Common.Configuration string PluginConfigurationsPath { get; } /// <summary> - /// Gets the path to where temporary update files will be stored - /// </summary> - /// <value>The plugin configurations path.</value> - string TempUpdatePath { get; } - - /// <summary> /// Gets the path to the log directory /// </summary> /// <value>The log directory path.</value> |
