Removing deprecated classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-30 22:47:33 +00:00
parent 642067e02a
commit 2fc9385a2c
38 changed files with 126 additions and 594 deletions

View File

@@ -95,14 +95,6 @@
# endif
#endif /* !defined(wxUSE_MIMETYPE) */
#ifndef wxUSE_PROLOGIO
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_PROLOGIO must be defined."
# else
# define wxUSE_PROLOGIO 0
# endif
#endif /* !defined(wxUSE_PROLOGIO) */
#ifndef wxUSE_PROTOCOL
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_PROTOCOL must be defined."
@@ -683,14 +675,6 @@
# endif
#endif /* !defined(wxUSE_TREECTRL) */
#ifndef wxUSE_WX_RESOURCES
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_WX_RESOURCES must be defined."
# else
# define wxUSE_WX_RESOURCES 0
# endif
#endif /* !defined(wxUSE_WX_RESOURCES) */
#ifndef wxUSE_WXHTML_HELP
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_WXHTML_HELP must be defined."

View File

@@ -753,9 +753,6 @@
// OpenGL canvas
#define wxUSE_GLCANVAS 0
// wxTreeLayout class
#define wxUSE_TREELAYOUT 1
// ----------------------------------------------------------------------------
// Data transfer
// ----------------------------------------------------------------------------
@@ -813,12 +810,6 @@
#define wxUSE_SPLINES 1
// 0 for no splines
// use wxExpr (a.k.a. PrologIO)
#define wxUSE_PROLOGIO 0
// Use .wxr resource mechanism (requires PrologIO library)
#define wxUSE_WX_RESOURCES 0
#define wxUSE_MOUSEWHEEL 1
// Include mouse wheel support

View File

@@ -560,9 +560,6 @@
#define wxUSE_GRID 1
#define wxUSE_NEW_GRID 1
// wxProperty[Value/Form/List] classes, used by Dialog Editor
#define wxUSE_PROPSHEET 0
// ----------------------------------------------------------------------------
// Miscellaneous GUI stuff
// ----------------------------------------------------------------------------
@@ -781,9 +778,6 @@
// Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
#define wxUSE_GLCANVAS 0
// wxTreeLayout class
#define wxUSE_TREELAYOUT 1
// ----------------------------------------------------------------------------
// Data transfer
// ----------------------------------------------------------------------------
@@ -859,12 +853,6 @@
// supported this makes easier the issue
// of portable icons and bitmaps.
// use wxExpr (a.k.a. PrologIO)
#define wxUSE_PROLOGIO 0
// Use .wxr resource mechanism (requires PrologIO library)
#define wxUSE_WX_RESOURCES 0
#define wxUSE_MOUSEWHEEL 1
// Include mouse wheel support

View File

@@ -400,8 +400,5 @@
#define wxUSE_GENERIC_MDI_AS_NATIVE 1
// use wxExpr (a.k.a. PrologIO)
#define wxUSE_PROLOGIO 1
#endif
// _WX_SETUP_H_