| Index: webrtc/base/macutils.h
|
| diff --git a/webrtc/base/macutils.h b/webrtc/base/macutils.h
|
| index 35c3d1870b3b8aee52e8b590d0fcdafdfb59ed41..be3476228d14dbf37473e8c9b859e6c9f276892f 100644
|
| --- a/webrtc/base/macutils.h
|
| +++ b/webrtc/base/macutils.h
|
| @@ -45,7 +45,6 @@ enum MacOSVersionName {
|
|
|
| bool GetOSVersion(int* major, int* minor, int* bugfix);
|
| MacOSVersionName GetOSVersionName();
|
| -bool GetQuickTimeVersion(std::string* version);
|
|
|
| // Runs the given apple script. Only supports scripts that does not
|
| // require user interaction.
|
|
|