removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1569,17 +1569,6 @@
|
||||
# endif
|
||||
#endif /* wxUSE_LOG_DIALOG */
|
||||
|
||||
/* I wonder if we shouldn't just remove all occurrences of
|
||||
wxUSE_DYNAMIC_CLASSES from the sources? */
|
||||
#if !defined(wxUSE_DYNAMIC_CLASSES) || !wxUSE_DYNAMIC_CLASSES
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_DYNAMIC_CLASSES must be defined as 1"
|
||||
# else
|
||||
# undef wxUSE_DYNAMIC_CLASSES
|
||||
# define wxUSE_DYNAMIC_CLASSES 1
|
||||
# endif
|
||||
#endif /* wxUSE_DYNAMIC_CLASSES */
|
||||
|
||||
#if wxUSE_CLIPBOARD && !wxUSE_DATAOBJ
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxClipboard requires wxDataObject"
|
||||
|
Reference in New Issue
Block a user