aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-08 17:29:34 +0100
committerBond_009 <bond.009@outlook.com>2019-01-08 17:35:56 +0100
commitf520ddc9662ec65538374d40f516c5fe6c67bb16 (patch)
tree84f754bd5d761a00004c2661047f01b9543f5dbe /MediaBrowser.Model
parentc5c44744fc72cdbd3d784f1b24ca982f457c6e2a (diff)
Remove useless properties from IEnvironmentInfo
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/System/IEnvironmentInfo.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Model/System/IEnvironmentInfo.cs b/MediaBrowser.Model/System/IEnvironmentInfo.cs
index 6af514dc8..faf9f0a42 100644
--- a/MediaBrowser.Model/System/IEnvironmentInfo.cs
+++ b/MediaBrowser.Model/System/IEnvironmentInfo.cs
@@ -8,10 +8,6 @@ namespace MediaBrowser.Model.System
string OperatingSystemName { get; }
string OperatingSystemVersion { get; }
Architecture SystemArchitecture { get; }
- string GetEnvironmentVariable(string name);
- void SetProcessEnvironmentVariable(string name, string value);
- string StackTrace { get; }
- char PathSeparator { get; }
}
public enum OperatingSystem