summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/osx/a11ywrapper.mm11
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 -