Codechange: GRFParameterInfo no longer needs deep-copy constructor.

This commit is contained in:
Peter Nelson
2023-05-18 12:19:51 +01:00
committed by PeterN
parent fd26658558
commit c51a7f629e
2 changed files with 0 additions and 21 deletions

View File

@@ -132,7 +132,6 @@ enum GRFParameterType {
/** Information about one grf parameter. */
struct GRFParameterInfo {
GRFParameterInfo(uint nr);
GRFParameterInfo(GRFParameterInfo &info);
GRFTextList name; ///< The name of this parameter
GRFTextList desc; ///< The description of this parameter
GRFParameterType type; ///< The type of this parameter