mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 01:55:40 +02:00
removed DependencyChecker code that was used to ensure VC2010 Redist x86 is installed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user