removed DependencyChecker code that was used to ensure VC2010 Redist x86 is installed

This commit is contained in:
Horst Beham
2021-04-25 18:41:53 +02:00
parent 8b956ed364
commit 5a07d36f56
10 changed files with 0 additions and 54 deletions

View File

@@ -39,8 +39,6 @@ namespace ChanSort.Loader.Panasonic
#region ctor()
public Serializer(string inputFile) : base(inputFile)
{
DepencencyChecker.AssertVc2010RedistPackageX86Installed();
this.Features.ChannelNameEdit = ChannelNameEditMode.None; // due to the chaos with binary data inside the "sname" string column, writing back a name has undesired side effects
this.Features.DeleteMode = DeleteMode.Physically;
this.Features.CanSkipChannels = true;