From: Stefan Neis Date: Sun, 5 Feb 2012 22:53:39 +0000 (+0000) Subject: Reverted bogus fix for bogus bug report #13402. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a8ed16c999d02b871e7baad7af1962b0a6cbb326 Reverted bogus fix for bogus bug report #13402. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/animate.h b/include/wx/gtk/animate.h index c5af21f446..8a568a7057 100644 --- a/include/wx/gtk/animate.h +++ b/include/wx/gtk/animate.h @@ -42,7 +42,7 @@ public: // unfortunately GdkPixbufAnimation does not expose these info: virtual unsigned int GetFrameCount() const { return 0; } - virtual wxImage GetFrame(unsigned int WXUNUSED(frame)) const; + virtual wxImage GetFrame(unsigned int frame) const; // we can retrieve the delay for a frame only after building // a GdkPixbufAnimationIter...