diff --git a/docs/doxygen/mainpages/const_cpp.h b/docs/doxygen/mainpages/const_cpp.h index 98f0105a79..58a2bba2bc 100644 --- a/docs/doxygen/mainpages/const_cpp.h +++ b/docs/doxygen/mainpages/const_cpp.h @@ -219,7 +219,6 @@ desirable, for example because some of them were not built and this is where the symbols in this section can be helpful: defining them allows to not link with the corresponding library. The following symbols are honoured: - - wxNO_ADV_LIB - wxNO_AUI_LIB - wxNO_HTML_LIB - wxNO_MEDIA_LIB diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index 8a7c0c488d..1ebf9ddeca 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -200,10 +200,6 @@ #pragma comment(lib, wxTOOLKIT_LIB_NAME("core")) - #ifndef wxNO_ADV_LIB - #pragma comment(lib, wxTOOLKIT_LIB_NAME("adv")) - #endif - #if wxUSE_HTML && !defined(wxNO_HTML_LIB) #pragma comment(lib, wxTOOLKIT_LIB_NAME("html")) #endif