Remove unused property

This commit is contained in:
Kevin Sawicki 2016-06-15 16:11:59 -07:00
parent 1762599df0
commit b80f20912f

View file

@ -157,7 +157,6 @@ class NativeWindowMac : public NativeWindow {
atom::NativeWindowMac* shell_; atom::NativeWindowMac* shell_;
bool enable_larger_than_screen_; bool enable_larger_than_screen_;
BOOL redispatchingEvent_; BOOL redispatchingEvent_;
BOOL eventHandled_;
} }
@property BOOL acceptsFirstMouse; @property BOOL acceptsFirstMouse;
@property BOOL disableAutoHideCursor; @property BOOL disableAutoHideCursor;