Skip to content

Commit

Permalink
Resolve TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 12, 2023
1 parent 452d31c commit d07c75d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ public static void saveGameUncompressed(
if (!options.withHistory) {
data.resetHistory();
}
// TODO: Attachment order data is only used for XML export and takes up lots of memory.
// Could we remove it and just get the info again from the XML when exporting?
final var attachments = data.getAttachmentOrderAndValues();
if (!options.withAttachmentXmlData) {
data.setAttachmentOrderAndValues(null);
Expand Down

0 comments on commit d07c75d

Please sign in to comment.