mirror of
https://github.com/polybar/polybar.git
synced 2026-04-28 18:33:33 +00:00
`-Wdeprecated-copy` found this copy-assignment operator, which it complains about. Since it is just `= default`, we should be able to remove both it and the default constructor, making the struct just its data members.