aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/IEnvironmentInfo.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-09 22:08:58 -0500
committerGitHub <noreply@github.com>2019-01-09 22:08:58 -0500
commit3d867c2c46cec39b669bb8647efef677f32b8a8d (patch)
tree27b625d8f61e7b120494d0934da27a9b31bcef43 /MediaBrowser.Model/System/IEnvironmentInfo.cs
parent7a832045d6c166bdd59fd43d0166ca309a19193b (diff)
parentf520ddc9662ec65538374d40f516c5fe6c67bb16 (diff)
Merge pull request #516 from Bond-009/env
Remove useless properties from IEnvironmentInfo
Diffstat (limited to 'MediaBrowser.Model/System/IEnvironmentInfo.cs')
-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