cleanup fixme's, todo's

This commit is contained in:
Lion Kortlepel
2022-03-24 14:26:02 +01:00
parent 5180c96e2b
commit d0bb32ec63
5 changed files with 2 additions and 6 deletions

View File

@@ -61,7 +61,6 @@ std::array<uint8_t, 3> Application::VersionStrToInts(const std::string& str) {
return Version;
}
// FIXME: This should be used by operator< on Version
bool Application::IsOutdated(const Version& Current, const Version& Newest) {
if (Newest.major > Current.major) {
return true;