]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
moved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took...
[wxWidgets.git] / include / wx / mac / setup0.h
index 360e356636a7566b3e87d0518f51ce1319c59b9d..23f662c3f9e65700557c460d1dbcbbfd394ed1af 100644 (file)
 // Recommended setting: 1
 #define wxUSE_DATETIME      1
 
-// wxUSE_TIMEDATE enables compilation of the old wxDate and wxTime classes (not
-// the same as wxDateTime!). These classes are obsolete and shouldn't be used
-// in new code
-//
-// Default is 0
-//
-// Recommended setting: 0 unless you have legacy code which uses these classes
-#define wxUSE_TIMEDATE 0
-
 // Set wxUSE_TIMER to 1 to compile wxTimer class
 //
 // Default is 1
 // OpenGL canvas
 #define wxUSE_GLCANVAS       0
 
-// wxTreeLayout class
-#define wxUSE_TREELAYOUT     1
-
 // ----------------------------------------------------------------------------
 // Data transfer
 // ----------------------------------------------------------------------------
 #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