From 734fa5f03ef0976225cb4e10c0243c0a009820bb Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 12 Oct 2012 10:48:23 -0700 Subject: [PATCH] Remove unneeded method --- native/atom_window_controller.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/native/atom_window_controller.mm b/native/atom_window_controller.mm index f46ea3280..01973f198 100644 --- a/native/atom_window_controller.mm +++ b/native/atom_window_controller.mm @@ -158,10 +158,6 @@ [self autorelease]; } -- (BOOL)windowShouldClose:(id)window { - return YES; -} - - (void)populateBrowserSettings:(CefBrowserSettings &)settings { CefString(&settings.default_encoding) = "UTF-8"; settings.remote_fonts_disabled = true;