mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 12:57:11 +02:00
removed DependencyChecker code that was used to ensure VC2010 Redist x86 is installed
This commit is contained in:
@@ -24,8 +24,6 @@ namespace ChanSort.Loader.Samsung.Zip
|
||||
#region ctor()
|
||||
public DbSerializer(string inputFile) : base(inputFile)
|
||||
{
|
||||
DepencencyChecker.AssertVc2010RedistPackageX86Installed();
|
||||
|
||||
this.Features.ChannelNameEdit = ChannelNameEditMode.All;
|
||||
this.Features.DeleteMode = DeleteMode.Physically;
|
||||
this.Features.CanSkipChannels = true;
|
||||
|
||||
Reference in New Issue
Block a user