Remove unused wxMacLaunch() and the file defining it

This function, using Carbon API, is not used any longer since the
changes of 5b6af7002c, so remove it and
also remove the file where it was defined as there is nothing remaining
there any longer.

See https://github.com/wxWidgets/wxWidgets/pull/1561
This commit is contained in:
Vadim Zeitlin
2019-10-31 23:49:04 +01:00
parent 224f860284
commit c75874e0d2
8 changed files with 1 additions and 268 deletions

View File

@@ -113,7 +113,6 @@ set(BASE_COREFOUNDATION_SRC
src/osx/core/evtloop_cf.cpp
src/osx/core/secretstore.cpp
src/osx/core/strconv_cf.cpp
src/osx/core/utilsexc_base.cpp
src/osx/cocoa/utils_base.mm
)