Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
I hate this
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSquirrely committed May 21, 2018
1 parent c51707d commit dfc55f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Class/Convert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ private static void DeleteFile(string file) {
if (Options.ImagesDelete)
File.Delete(file);
}
#endregion

private static void DeleteFile(string file) {
if (Options.ImagesDelete) File.Delete(file);
}

}
}

0 comments on commit dfc55f2

Please sign in to comment.