Remove references to non-existent wxWebRequest headers

Remove the platform-specific wxWebRequest headers from the files lists
and from MSVS 200x project files.

This should have been done in e5bd5a926c (Move backend-specific
wxWebRequest headers to private subdirs, 2020-12-26) manually, as
update-setup-h script doesn't remove the old files from the variable
definitions.

It notably fixes CMake build under MSW and Mac, which failed due to not
finding the referenced files.
This commit is contained in:
Vadim Zeitlin
2020-12-30 14:29:06 +01:00
parent 7b6c4cb9e9
commit a2a409f7a5
6 changed files with 2 additions and 27 deletions

View File

@@ -663,20 +663,12 @@ set(NET_OSX_SRC
src/osx/webrequest_urlsession.mm
)
set(NET_OSX_HDR
wx/osx/webrequest_urlsession.h
)
set(NET_WIN32_SRC
src/msw/sockmsw.cpp
src/msw/urlmsw.cpp
src/msw/webrequest_winhttp.cpp
)
set(NET_WIN32_HDR
wx/msw/webrequest_winhttp.h
)
set(NET_CMN_SRC
src/common/fs_inet.cpp
src/common/ftp.cpp