forked from mirror/OpenTTD
Codechange: remove operator!=s that are synthesized
This commit is contained in:
@@ -618,11 +618,6 @@ struct ScenarioIdentifier {
|
||||
{
|
||||
return this->scenid == other.scenid && this->md5sum == other.md5sum;
|
||||
}
|
||||
|
||||
bool operator != (const ScenarioIdentifier &other) const
|
||||
{
|
||||
return !(*this == other);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user