X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90c0f63a835e4ac6bf73d8671edcf85ff063731f..992527a5738f7fb629d2aaeee64cfc733ddb7e1c:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 4e929b60e9..d6b68457f0 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -56,10 +56,6 @@ typedef wxWindow wxNotebookPage; // so far, any window can be a page extern WXDLLEXPORT_DATA(const wxChar) wxNotebookNameStr[]; -#if WXWIN_COMPATIBILITY_2_4 - #define wxNOTEBOOK_NAME wxNotebookNameStr -#endif - // ---------------------------------------------------------------------------- // wxNotebookBase: define wxNotebook interface // ----------------------------------------------------------------------------