Removed unused property.

This commit is contained in:
Jared Goodwin 2019-03-25 08:47:32 -07:00
parent 815d3ef29c
commit 384e8aedde

View File

@ -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