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:
@@ -980,9 +980,6 @@
|
||||
4DD98A9436C83CF3B9425A78 /* sysopt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F32F6B47EBB23068B1FCDC0D /* sysopt.cpp */; };
|
||||
4DD98A9436C83CF3B9425A79 /* sysopt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F32F6B47EBB23068B1FCDC0D /* sysopt.cpp */; };
|
||||
4DD98A9436C83CF3B9425A7A /* sysopt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F32F6B47EBB23068B1FCDC0D /* sysopt.cpp */; };
|
||||
4E140367282F38C8A904A004 /* utilsexc_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81390F96937631078EFCD891 /* utilsexc_base.cpp */; };
|
||||
4E140367282F38C8A904A005 /* utilsexc_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81390F96937631078EFCD891 /* utilsexc_base.cpp */; };
|
||||
4E140367282F38C8A904A006 /* utilsexc_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81390F96937631078EFCD891 /* utilsexc_base.cpp */; };
|
||||
4E2737AC738431EB9898B8B6 /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E4E3EB1CCA53E0EA322A1AF /* gzwrite.c */; };
|
||||
4E2737AC738431EB9898B8B7 /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E4E3EB1CCA53E0EA322A1AF /* gzwrite.c */; };
|
||||
4E2737AC738431EB9898B8B8 /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E4E3EB1CCA53E0EA322A1AF /* gzwrite.c */; };
|
||||
@@ -4334,7 +4331,6 @@
|
||||
7FE0455EBDC63D82B2D88587 /* jcprepct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcprepct.c; path = ../../src/jpeg/jcprepct.c; sourceTree = "<group>"; };
|
||||
810EB7316DF3344197C78EC0 /* jcmainct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = jcmainct.c; path = ../../src/jpeg/jcmainct.c; sourceTree = "<group>"; };
|
||||
81122210DB7A350983E32AEC /* libwx_osx_cocoau_aui.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libwx_osx_cocoau_aui.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
81390F96937631078EFCD891 /* utilsexc_base.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utilsexc_base.cpp; path = ../../src/osx/core/utilsexc_base.cpp; sourceTree = "<group>"; };
|
||||
81708CFA21A03013ACB8DDD7 /* checkbox.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = checkbox.mm; path = ../../src/osx/cocoa/checkbox.mm; sourceTree = "<group>"; };
|
||||
81821049E39B32C6ABCF6820 /* helpdlg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = helpdlg.cpp; path = ../../src/html/helpdlg.cpp; sourceTree = "<group>"; };
|
||||
81A30C745CA73E30B788B408 /* image.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = image.cpp; path = ../../src/common/image.cpp; sourceTree = "<group>"; };
|
||||
@@ -6063,7 +6059,6 @@
|
||||
5168ADF7BE39351F8F24E1E6 /* cfstring.cpp */,
|
||||
5BD6231188AB329CAA5E1171 /* evtloop_cf.cpp */,
|
||||
D5F9383D1CE931499F339D85 /* strconv_cf.cpp */,
|
||||
81390F96937631078EFCD891 /* utilsexc_base.cpp */,
|
||||
2ED0C0702D2734D9B08FC31D /* utils_base.mm */,
|
||||
5BE1FB352696346BB642C045 /* secretstore.cpp */,
|
||||
47F784C2BB5A3B5DAD276583 /* fdiodispatcher.cpp */,
|
||||
@@ -7469,7 +7464,6 @@
|
||||
1DBDF75500D73A3098015E81 /* cfstring.cpp in Sources */,
|
||||
9FBC642677C63D01AA2511BE /* evtloop_cf.cpp in Sources */,
|
||||
AAAB5DF8E60736D88273DD00 /* strconv_cf.cpp in Sources */,
|
||||
4E140367282F38C8A904A006 /* utilsexc_base.cpp in Sources */,
|
||||
68C300D096BF39239876D045 /* utils_base.mm in Sources */,
|
||||
B0FD1B96EAE635AFBFCF2C96 /* secretstore.cpp in Sources */,
|
||||
D36E76A4CAF5352D9397E201 /* fdiodispatcher.cpp in Sources */,
|
||||
@@ -8184,7 +8178,6 @@
|
||||
1DBDF75500D73A3098015E80 /* cfstring.cpp in Sources */,
|
||||
9FBC642677C63D01AA2511BD /* evtloop_cf.cpp in Sources */,
|
||||
AAAB5DF8E60736D88273DCFF /* strconv_cf.cpp in Sources */,
|
||||
4E140367282F38C8A904A005 /* utilsexc_base.cpp in Sources */,
|
||||
68C300D096BF39239876D044 /* utils_base.mm in Sources */,
|
||||
B0FD1B96EAE635AFBFCF2C95 /* secretstore.cpp in Sources */,
|
||||
D36E76A4CAF5352D9397E200 /* fdiodispatcher.cpp in Sources */,
|
||||
@@ -9412,7 +9405,6 @@
|
||||
1DBDF75500D73A3098015E7F /* cfstring.cpp in Sources */,
|
||||
9FBC642677C63D01AA2511BC /* evtloop_cf.cpp in Sources */,
|
||||
AAAB5DF8E60736D88273DCFE /* strconv_cf.cpp in Sources */,
|
||||
4E140367282F38C8A904A004 /* utilsexc_base.cpp in Sources */,
|
||||
68C300D096BF39239876D043 /* utils_base.mm in Sources */,
|
||||
B0FD1B96EAE635AFBFCF2C94 /* secretstore.cpp in Sources */,
|
||||
D36E76A4CAF5352D9397E1FF /* fdiodispatcher.cpp in Sources */,
|
||||
|
Reference in New Issue
Block a user