mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Departures: Fix unnecessary operator= for struct CallAt
This commit is contained in:
parent
df2c33c0b0
commit
b5c64354fb
@ -78,8 +78,6 @@ struct CallAt {
|
||||
{
|
||||
return this->target == c.target;
|
||||
}
|
||||
|
||||
CallAt& operator=(const CallAt& c) = default;
|
||||
};
|
||||
|
||||
struct RemoveVia {
|
||||
|
Loading…
Reference in New Issue
Block a user