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

@@ -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"););