From c7977d4ed2f7d167b2595e50f9a9290ecb6f5809 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sun, 27 Feb 2011 14:28:55 +0000 Subject: Fixing display/transparency of ArrowWindow for 10.5. svn path=/trunk/netsurf/; revision=11844 --- cocoa/ArrowWindow.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cocoa/ArrowWindow.m') diff --git a/cocoa/ArrowWindow.m b/cocoa/ArrowWindow.m index 7fb3338d0..d6bd95b19 100644 --- a/cocoa/ArrowWindow.m +++ b/cocoa/ArrowWindow.m @@ -88,11 +88,6 @@ static const CGFloat padding = 0; return NSInsetRect( cRect, offset, offset ); } -- (id) contentView; -{ - return content; -} - - (BOOL) canBecomeKeyWindow; { return acceptsKey; -- cgit v1.2.3