mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Do not mirror needsNewWebView in window controller
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"););
|
||||
|
||||
Reference in New Issue
Block a user