Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemill committed Jan 21, 2020
1 parent 674a382 commit ad81f18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Heroes.ReplayParser/DataParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public static Tuple<ReplayParseResult, Replay> ParseReplay(byte[] bytes, ParseOp
return new Tuple<ReplayParseResult, Replay>(ReplayParseResult.Exception, null);
}
}

//public static Tuple<ReplayParseResult, Replay> ParseReplay(string fileName, bool ignoreErrors, bool deleteFile, bool allowPTRRegion = false, bool detailedBattleLobbyParsing = false)
public static Tuple<ReplayParseResult, Replay> ParseReplay(string fileName, bool deleteFile, ParseOptions parseOptions)
{
try
Expand Down

0 comments on commit ad81f18

Please sign in to comment.