X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57eaf1ec4631f5d2e19be926f3186ff4ed893b5f..dd779a9e66c640907048ab02cb4a853ae45ea94c:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 59e67f49f1..8a5bcc7ffb 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -5,7 +5,7 @@ // Modified by: Dimitri Schoolwerth // Created: 25/10/98 // RCS-ID: $Id$ -// Copyright: (c) 1998-2002 wxWindows team +// Copyright: (c) 1998-2002 wxWidgets team // License: wxWindows license ///////////////////////////////////////////////////////////////////////////// @@ -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()