| Index: remoting/host/capturer_mac.mm
|
| diff --git a/remoting/host/capturer_mac.mm b/remoting/host/capturer_mac.mm
|
| index 9b38b9218dcd0e2970a8af9996ae5ed59ae326b1..2baa6aac0dbc5dee35dab6309629aa22847d4935 100644
|
| --- a/remoting/host/capturer_mac.mm
|
| +++ b/remoting/host/capturer_mac.mm
|
| @@ -23,21 +23,6 @@
|
| #include "remoting/host/capturer_helper.h"
|
| #include "remoting/proto/control.pb.h"
|
|
|
| -#if !defined(MAC_OS_X_VERSION_10_6) || \
|
| - MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
|
| -
|
| -@interface NSCursor (SnowLeopardSDKDeclarations)
|
| -+ (NSCursor*)currentSystemCursor;
|
| -@end
|
| -
|
| -@interface NSImage (SnowLeopardSDKDeclarations)
|
| -- (CGImageRef)CGImageForProposedRect:(NSRect*)proposedDestRect
|
| - context:(NSGraphicsContext*)referenceContext
|
| - hints:(NSDictionary*)hints;
|
| -@end
|
| -
|
| -#endif // MAC_OS_X_VERSION_10_6
|
| -
|
| namespace remoting {
|
|
|
| namespace {
|
|
|