Remove "adv" library from MSVS-specific header

Also stop documenting wxNO_ADV_LIB as it has no effect any more.
This commit is contained in:
Vadim Zeitlin
2018-08-27 22:50:58 +02:00
parent 7a77d8d9e6
commit f40a39e666
2 changed files with 0 additions and 5 deletions

View File

@@ -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