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

@@ -89,8 +89,6 @@ namespace ChanSort.Loader.Hisense.ChannelDb
public ChannelDbSerializer(string inputFile) : base(inputFile)
{
DepencencyChecker.AssertVc2010RedistPackageX86Installed();
this.Features.ChannelNameEdit = ChannelNameEditMode.All;
this.Features.DeleteMode = DeleteMode.NotSupported;
this.Features.CanSkipChannels = false;