From 0af8589dffad0a5d5fecb86ed3ce49e3a976d83f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 3 Apr 2020 14:14:12 -0700 Subject: [PATCH] wxAnimationGenericImpl is not public --- etg/animate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etg/animate.py b/etg/animate.py index cde5ad9a..d9c77683 100644 --- a/etg/animate.py +++ b/etg/animate.py @@ -18,7 +18,6 @@ DOCSTRING = "" # The classes and/or the basename of the Doxygen XML files to be processed by # this script. ITEMS = [ "wxAnimationImpl", - "wxAnimationGenericImpl", "wxAnimation", "wxGenericAnimationCtrl", "wxAnimationCtrl",