Update CourseMetadata.cpp

This commit is contained in:
MegaMech
2024-05-24 17:05:56 -06:00
committed by Lywx
parent 718aeb8937
commit 5093e972d2
-2
View File
@@ -15,8 +15,6 @@ ExportResult MK64::CourseMetadataCodeExporter::Export(std::ostream &write, std::
throw std::runtime_error("Course metadata null");
}
// Sort the data by id, 0 to 20 and beyond.
std::sort(metadata.begin(), metadata.end(),
[this](const CourseMetadata& a, const CourseMetadata& b) {