Remove some unnecessary ctor/operator= definitions

This commit is contained in:
Paul Cornett
2020-10-18 18:00:05 -07:00
parent f6ee5147ae
commit 2110bb2730
4 changed files with 3 additions and 64 deletions

View File

@@ -36,8 +36,6 @@ public:
virtual bool IsSolid() const wxOVERRIDE;
wxColour& operator=(const wxColour& col);
// comparison
bool operator == (const wxColour& colour) const;
bool operator != (const wxColour& colour) const { return !(*this == colour); }