Remove unneeded method declaration

This commit is contained in:
Kevin Sawicki 2016-06-17 10:02:35 -07:00
parent 1e73d48198
commit e0f06d582d

View file

@ -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_