Fix interface filename, remove duplicate enum

This commit is contained in:
Robin Dunn
2020-03-24 17:02:48 -07:00
parent 4942ee99f6
commit f3cd24ee35

View File

@@ -24,15 +24,6 @@ enum wxAnimationDisposal
};
enum wxAnimationType
{
wxANIMATION_TYPE_INVALID,
wxANIMATION_TYPE_GIF,
wxANIMATION_TYPE_ANI,
wxANIMATION_TYPE_ANY
};
/**
@class wxAnimationDecoder