Remove unneeded method

This commit is contained in:
Corey Johnson
2012-10-12 10:48:23 -07:00
parent 6551be0c85
commit 734fa5f03e

View File

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