From 384e8aedde601ac9967ab4efc93c01c498a561aa Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Mon, 25 Mar 2019 08:47:32 -0700 Subject: [PATCH] Removed unused property. --- Remotely_Library/Services/OSUtils.cs | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/Remotely_Library/Services/OSUtils.cs b/Remotely_Library/Services/OSUtils.cs index aff6ae8f..77332db7 100644 --- a/Remotely_Library/Services/OSUtils.cs +++ b/Remotely_Library/Services/OSUtils.cs @@ -56,32 +56,6 @@ namespace Remotely_Library.Services } } - public static string ScreenCastZipFileName - { - get - { - if (IsWindows) - { - if (Environment.Is64BitOperatingSystem) - { - return "RC-Winx64.zip"; - } - else - { - return "RC-Winx86.zip"; - } - - } - else if (OSUtils.IsLinux) - { - return "RC-Linux.zip"; - } - else - { - throw new Exception("Unsupported operating system."); - } - } - } public static string CoreZipFileName { get