Do not mirror needsNewWebView in window controller

This commit is contained in:
Allan Odgaard
2016-10-03 21:35:36 +02:00
parent 525c7837e3
commit 7255692cbf
2 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
PUBLIC @interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
@property (nonatomic) NSWindow* window;
@property (nonatomic) OakHTMLOutputView* htmlOutputView;
@property (nonatomic, readonly) BOOL needsNewWebView;
- (instancetype)initWithIdentifier:(NSUUID*)anIdentifier;
- (void)showWindow:(id)sender;

View File

@@ -75,11 +75,6 @@ OAK_DEBUG_VAR(HTMLOutputWindow);
[self.window close];
}
- (BOOL)needsNewWebView
{
return _htmlOutputView.needsNewWebView;
}
- (BOOL)windowShouldClose:(id)sender
{
D(DBF_HTMLOutputWindow, bug("\n"););