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
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
|||||||
// unfortunately GdkPixbufAnimation does not expose these info:
|
// unfortunately GdkPixbufAnimation does not expose these info:
|
||||||
|
|
||||||
virtual unsigned int GetFrameCount() const { return 0; }
|
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
|
// we can retrieve the delay for a frame only after building
|
||||||
// a GdkPixbufAnimationIter...
|
// a GdkPixbufAnimationIter...
|
||||||
|
Reference in New Issue
Block a user