delete TODO

This commit is contained in:
2025-03-05 13:12:47 -06:00
committed by Celtic Minstrel
parent df215d32f4
commit c32a6662cb

View File

@@ -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>;