]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
fixed compilation if wxUSE_STL=1
[wxWidgets.git] / include / wx / notebook.h
index 4e929b60e917589b94f02afd7fd5793a219b1f90..d6b68457f04c5caeb2b09eeb747204a5e424aec5 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------