diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-26 13:24:38 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-26 13:24:38 -0500 |
| commit | 016f2791d63706de09cc77228c6282c06574d611 (patch) | |
| tree | 2e83200f8fd14ef16368e25195d50da18a536242 /MediaBrowser.Controller/Net | |
| parent | 17ea0217f57f4439d65edcfd2091f1bb47570438 (diff) | |
remove dead throttle code
Diffstat (limited to 'MediaBrowser.Controller/Net')
| -rw-r--r-- | MediaBrowser.Controller/Net/StaticResultOptions.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Net/StaticResultOptions.cs b/MediaBrowser.Controller/Net/StaticResultOptions.cs index 5bb2c9a5c..6a104554a 100644 --- a/MediaBrowser.Controller/Net/StaticResultOptions.cs +++ b/MediaBrowser.Controller/Net/StaticResultOptions.cs @@ -18,11 +18,6 @@ namespace MediaBrowser.Controller.Net public IDictionary<string, string> ResponseHeaders { get; set; } - public bool Throttle { get; set; } - public long ThrottleLimit { get; set; } - public long MinThrottlePosition { get; set; } - public Func<long, long, long> ThrottleCallback { get; set; } - public Action OnComplete { get; set; } public StaticResultOptions() |
