diff options
Diffstat (limited to 'vcl/osx/a11ywrapper.mm')
-rw-r--r-- | vcl/osx/a11ywrapper.mm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm index 2ef107ecd65b..c50f4c1dd5cb 100644 --- a/vcl/osx/a11ywrapper.mm +++ b/vcl/osx/a11ywrapper.mm @@ -62,17 +62,6 @@ static std::ostream &operator<<(std::ostream &s, NSObject *obj) { return s << [[obj description] UTF8String]; } -#ifndef _LP64 - -// In 64-bit code NSPoint == CGPoint, and CGPoint already has -// an operator<< in vcl/inc/quartz/util.h - -static std::ostream &operator<<(std::ostream &s, NSPoint point) { - return s << NSStringFromPoint(point); -} - -#endif - @implementation AquaA11yWrapper : NSView #pragma mark - |