Kill lines I forgot to delete

This commit is contained in:
Corey Johnson & Nathan Sobo
2013-01-23 12:14:12 -07:00
committed by Kevin Sawicki
parent 87829043d4
commit 5294cb6df1

View File

@@ -19,8 +19,6 @@ NSString *stringFromCefV8Value(const CefRefPtr<CefV8Value>& value);
void throwException(const CefRefPtr<CefV8Value>& global, CefRefPtr<CefV8Exception> exception, NSString *message);
Native::Native() : CefV8Handler() {
NSString *filePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"v8_extensions/native.js"];
NSString *extensionCode = [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil];
windowState = "{}";
}