Remove all reference to carbon api

BUG=webrtc:6282

Review-Url: https://codereview.webrtc.org/2299633002
Cr-Commit-Position: refs/heads/master@{#14080}
This commit is contained in:
kthelgason
2016-09-06 00:38:18 -07:00
committed by Commit bot
parent 0b1b472c51
commit dbd8b6bec4
21 changed files with 22 additions and 833 deletions

View File

@ -12,9 +12,6 @@
#define WEBRTC_BASE_MACUTILS_H__
#include <CoreFoundation/CoreFoundation.h>
#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS)
#include <Carbon/Carbon.h>
#endif
#include <string>
namespace rtc {
@ -44,10 +41,6 @@ enum MacOSVersionName {
};
MacOSVersionName GetOSVersionName();
// Runs the given apple script. Only supports scripts that does not
// require user interaction.
bool RunAppleScript(const std::string& script);
#endif
///////////////////////////////////////////////////////////////////////////////