diff --git a/ArcFormats/NonColor/ArcACV.cs b/ArcFormats/NonColor/ArcACV.cs index 98479a00..c7440c90 100644 --- a/ArcFormats/NonColor/ArcACV.cs +++ b/ArcFormats/NonColor/ArcACV.cs @@ -52,8 +52,6 @@ namespace GameRes.Formats.NonColor if (null == scheme) return null; - bool is_script = VFS.IsPathEqualsToFileName (file.Name, "script.dat"); - using (var index = new NcIndexReader (file, count, key) { IndexPosition = 8 }) { var file_map = ReadFilenameMap (scheme);