mac: Remove unused GetQuickTimeVersion().

The function uses a deprecated function and is unused, so delete it.

BUG=6027
NOTRY=true

Review-Url: https://codereview.webrtc.org/2114013002
Cr-Commit-Position: refs/heads/master@{#13400}
This commit is contained in:
thakis
2016-07-06 11:03:14 -07:00
committed by Commit bot
parent 0cf208aa28
commit d7d3e05ca6
3 changed files with 0 additions and 19 deletions

View File

@ -17,12 +17,6 @@ TEST(MacUtilsTest, GetOsVersionName) {
EXPECT_NE(rtc::kMacOSUnknown, ver);
}
TEST(MacUtilsTest, GetQuickTimeVersion) {
std::string version;
EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
LOG(LS_INFO) << "GetQuickTimeVersion " << version;
}
TEST(MacUtilsTest, RunAppleScriptCompileError) {
std::string script("set value to to 5");
EXPECT_FALSE(rtc::RunAppleScript(script));