forked from mirror/OpenTTD
Cleanup: Replace single-use Pair struct with std::pair.
This struct is defined in geometry_type but not used by any geometry-related code, only for subsidy code where both parameters are cast from int to NewsReferenceType.
This commit is contained in:
@@ -62,10 +62,4 @@ struct PointDimension {
|
||||
int height;
|
||||
};
|
||||
|
||||
/** A pair of two integers */
|
||||
struct Pair {
|
||||
int a;
|
||||
int b;
|
||||
};
|
||||
|
||||
#endif /* GEOMETRY_TYPE_HPP */
|
||||
|
Reference in New Issue
Block a user