remove deprecation for wxBU_AUTODRAW; it needs some more work, too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-18 12:52:11 +00:00
parent edd6813c82
commit 9f91505d95

View File

@@ -34,11 +34,9 @@
// wxButton specific flags // wxButton specific flags
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#if WXWIN_COMPATIBILITY_2_8
// These two flags are obsolete // These two flags are obsolete
#define wxBU_NOAUTODRAW 0x0000 #define wxBU_NOAUTODRAW 0x0000
#define wxBU_AUTODRAW 0x0004 #define wxBU_AUTODRAW 0x0004
#endif
// by default, the buttons will be created with some (system dependent) // by default, the buttons will be created with some (system dependent)
// minimal size to make them look nicer, giving this style will make them as // minimal size to make them look nicer, giving this style will make them as