Skip to content

Commit

Permalink
delete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Mar 6, 2025
1 parent df215d3 commit c32a666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/universe/party.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace legacy {
struct setup_save_type;
};

// TODO: Duplicated in scenario.hpp
template<typename T, size_t rows, size_t cols>
using array2d = std::array<std::array<T, cols>, rows>;

Expand Down

0 comments on commit c32a666

Please sign in to comment.