diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 16:54:37 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-02 16:54:37 -0500 |
| commit | 821e8246872cfa380249bca2f79ea810f27c87d5 (patch) | |
| tree | c1ba1b2c3f24e8a8f92573828fbaa08d1ada3c97 /MediaBrowser.Common/Security/ISecurityManager.cs | |
| parent | 4bf13f7754f9797eb5adc15ece0fcb2fd94cdb04 (diff) | |
better caching of remote data
Diffstat (limited to 'MediaBrowser.Common/Security/ISecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common/Security/ISecurityManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index 729de911b..0d8934a62 100644 --- a/MediaBrowser.Common/Security/ISecurityManager.cs +++ b/MediaBrowser.Common/Security/ISecurityManager.cs @@ -42,12 +42,6 @@ namespace MediaBrowser.Common.Security Task LoadAllRegistrationInfo(); /// <summary> - /// Gets the supporter information. - /// </summary> - /// <returns>Task<SupporterInfo>.</returns> - Task<SupporterInfo> GetSupporterInfo(); - - /// <summary> /// Register and app store sale with our back-end /// </summary> /// <param name="parameters">Json parameters to pass to admin server</param> |
