GraphicsMod: Simplify std::sort using ranges and projections

This commit is contained in:
mitaclaw
2024-10-11 12:08:22 -07:00
parent 2edf6c6419
commit 8b1975ab18
3 changed files with 1 additions and 8 deletions
@@ -43,6 +43,4 @@ struct GraphicsModConfig
void SerializeToProfile(picojson::object* value) const;
void DeserializeFromProfile(const picojson::object& value);
bool operator<(const GraphicsModConfig& other) const;
};