Skip to content

Commit a0e84dc

Browse files
committed
Remove duplicate NormalizePath()
1 parent bd146ee commit a0e84dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Hi3HelperCore/Classes/Data/UpdateData.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ public void GetDataDict(PresetConfigClasses i, byte dataType)
110110
}
111111
}
112112

113-
private static string NormalizePath(string i) => Path.Combine(Path.GetDirectoryName(i), Path.GetFileName(i));
114-
115113
private static byte FilterRegion(string input, string regionName)
116114
{
117115
/* return value

0 commit comments

Comments
 (0)