Remove unneeded method declaration
This commit is contained in:
parent
1e73d48198
commit
e0f06d582d
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ class NativeWindowMac : public NativeWindow {
|
||||||
- (void)setShell:(atom::NativeWindowMac*)shell;
|
- (void)setShell:(atom::NativeWindowMac*)shell;
|
||||||
- (void)setEnableLargerThanScreen:(bool)enable;
|
- (void)setEnableLargerThanScreen:(bool)enable;
|
||||||
- (void)redispatchKeyEvent:(NSEvent*)event;
|
- (void)redispatchKeyEvent:(NSEvent*)event;
|
||||||
- (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif // ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
|
#endif // ATOM_BROWSER_NATIVE_WINDOW_MAC_H_
|
||||||
|
|
Loading…
Reference in a new issue