diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-11-12 21:47:44 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-11-12 21:47:44 -0500 |
| commit | 708a810b7669a5c2229a1f083a7d3284eb9c2a1f (patch) | |
| tree | 1544cdb39289a489674ede721ef7aa63adb67911 /MediaBrowser.Model/System | |
| parent | 1051745fd12fdf6f999b7b3f89a7494655294cb0 (diff) | |
| parent | cf68f08b9fb71da5b9ede7d7aacfb862dba30987 (diff) | |
Merge pull request #1266 from MediaBrowser/master
update image sizes
Diffstat (limited to 'MediaBrowser.Model/System')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index ffc65cb66..6b54a90d4 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -87,12 +87,6 @@ namespace MediaBrowser.Model.System public List<string> FailedPluginAssemblies { get; set; } /// <summary> - /// Gets or sets the image enhancers. - /// </summary> - /// <value>The image enhancers.</value> - public List<string> ImageEnhancers { get; set; } - - /// <summary> /// Gets or sets the program data path. /// </summary> /// <value>The program data path.</value> @@ -168,7 +162,6 @@ namespace MediaBrowser.Model.System CompletedInstallations = new List<InstallationInfo>(); FailedPluginAssemblies = new List<string>(); - ImageEnhancers = new List<string>(); } } } |
