view shouldn't be opaque. allows webpages to show up. [not part of build]

This commit is contained in:
pinkerton%netscape.com 2001-11-29 22:39:37 +00:00
parent 22f8e18060
commit 9ccb7538c2
2 changed files with 0 additions and 6 deletions

View File

@ -100,7 +100,6 @@ enum {
- (id)initWithFrame:(NSRect)frame;
- (void)dealloc;
- (void)setFrame:(NSRect)frameRect;
- (BOOL)isOpaque;
// nsIWebBrowser methods
- (void)addListener:(id <NSBrowserListener>)listener;

View File

@ -628,11 +628,6 @@ nsCocoaBrowserListener::SetContainer(id <NSBrowserContainer> aContainer)
}
}
- (BOOL)isOpaque
{
return YES;
}
- (void)addListener:(id <NSBrowserListener>)listener
{
_listener->AddListener(listener);