Apply suggestions from code review

Co-Authored-By: VZ <vadim@wxwidgets.org>
This commit is contained in:
Robin Dunn
2020-04-02 12:35:58 -07:00
committed by GitHub
parent 6039be5291
commit 52d4bad3df
4 changed files with 6 additions and 14 deletions

View File

@@ -30,7 +30,6 @@ public:
: m_pixbuf(NULL) {}
~wxAnimationGTKImpl() { UnRef(); }
// wxAnimation& operator= (const wxAnimation&);
virtual wxAnimationImplType GetImplType() wxOVERRIDE
{ return wxANIMATION_IMPL_TYPE_NATIVE; }