X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bc3ec1ff5384eab3f8fb5b3a0ca7f7887889813..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/listbook.h diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 9414943190..0c77ffc14d 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -12,10 +12,6 @@ #ifndef _WX_LISTBOOK_H_ #define _WX_LISTBOOK_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "listbook.h" -#endif - #include "wx/defs.h" #if wxUSE_LISTBOOK @@ -23,7 +19,7 @@ // this can be defined to put a static line as separator between the list // control and the page area; but I think it finally looks better without it so // it is not enabled by default -//#define wxUSE_LINE_IN_LISTBOOK 1 +#define wxUSE_LINE_IN_LISTBOOK 0 #if !wxUSE_STATLINE #undef wxUSE_LINE_IN_LISTBOOK