From 93f75b087c40ba1ec4b480bc41ef5a22a636b379 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 25 Mar 2020 16:32:38 -0700 Subject: [PATCH] Remove TODO --- etg/animate.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/etg/animate.py b/etg/animate.py index 697bf304..21852d0f 100644 --- a/etg/animate.py +++ b/etg/animate.py @@ -35,17 +35,6 @@ def run(): # Tweak the parsed meta objects in the module object as needed for # customizing the generated code and docstrings. - # TODO: We'll need a different way to handle things when the native version - # is configured. The stubs generator expects that it is an all or nothing - # situaton, but that is not the case for wxAnimation and wxAnimationCtrl... - - # module.addHeaderCode('#include ') - # tools.generateStubs('wxUSE_GENERIC_ANIMATIONCTRL', module, - # typeValMap={'wxAnimation': 'wxNullAnimation', - # 'wxAnimationDisposal': 'wxANIM_UNSPECIFIED', - # 'wxAnimationType': 'wxANIMATION_TYPE_INVALID', - # },) - c = module.find('wxAnimation') assert isinstance(c, etgtools.ClassDef)