Remove --disable-nativeanimation and wxUSE_NATIVE_ANIMATIONCTRL

This commit is contained in:
Robin Dunn
2020-03-25 14:03:28 -07:00
parent 2c7924dd2e
commit 1fa74df7f4
12 changed files with 0 additions and 83 deletions

View File

@@ -923,15 +923,6 @@
// the native control limitations.
#define wxUSE_NATIVE_DATAVIEWCTRL 1
// Use native version of wxAnimationCtrl and supporting classes, if available,
// otherwise use the generic version of the animation classes.
//
// Default is 1.
//
// Recommended setting: 1, but can be set to 0 if your program is affected by
// the native control limitations.
#define wxUSE_NATIVE_ANIMATIONCTRL 1
// Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
// below either wxStatusBar95 or a generic wxStatusBar will be used.
//