]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/collpaneg.h
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favou...
[wxWidgets.git] / include / wx / generic / collpaneg.h
index 6f3cd078520ecb7f47948fc99a4f061746d05fc2..c40d772b6842e45296f54a8f1b7346ae34aa377f 100644 (file)
@@ -12,8 +12,6 @@
 #ifndef _WX_COLLAPSABLE_PANE_H_GENERIC_
 #define _WX_COLLAPSABLE_PANE_H_GENERIC_
 
-#if wxUSE_BUTTON && wxUSE_STATLINE
-
 // forward declared
 class WXDLLEXPORT wxButton;
 class WXDLLEXPORT wxStaticLine;
@@ -104,5 +102,4 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
-#endif // wxUSE_BUTTON && wxUSE_STATLINE
 #endif // _WX_COLLAPSABLE_PANE_H_GENERIC_