X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..d32b901bac42e4f8833720fd6eee60de7d870e0d:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index c79f79f980..8a5bcc7ffb 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -117,9 +117,10 @@ private: MyNotebook *m_notebook; +#if wxUSE_LOG // Log window wxTextCtrl *m_text; - +#endif // wxUSE_LOG // Sizers @@ -130,9 +131,6 @@ private: // Sizer that contains the notebook and controls on the left wxBoxSizer *m_sizerTop; - // Sizer for m_notebook - wxBookCtrlSizer *m_sizerNotebook; - wxImageList *m_imageList; DECLARE_EVENT_TABLE()