remove extraneous variable

This commit is contained in:
Shelley Vohr 2018-02-06 09:27:30 -05:00
parent 80aa399f8a
commit 3f6d2eb3ab
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -1045,8 +1045,6 @@ NativeWindowMac::NativeWindowMac(
web_contents->GetWebContents()->GetRenderViewHost());
}
NSWindow* currentSheet;
NativeWindowMac::~NativeWindowMac() {
[NSEvent removeMonitor:wheel_event_monitor_];
Observe(nullptr);