Removed macOS only wxWebKitCtrl

This macOS only class duplicated functionality and code of wxWebView.
This commit is contained in:
Tobias Taschner
2020-07-13 13:20:17 +02:00
parent 1b18b1ad5c
commit 6d7f35090d
18 changed files with 1 additions and 1673 deletions

View File

@@ -75,7 +75,7 @@ if(WIN32)
endif()
if(WXOSX_COCOA)
wx_lib_link_libraries(wxcore PUBLIC "-framework AudioToolbox")
if(wxUSE_WEBKIT)
if(wxUSE_WEBVIEW)
wx_lib_link_libraries(wxcore PUBLIC "-framework WebKit")
endif()
endif()