From 5294cb6df11e7332ea9ec97b5b94279d17c948eb Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Wed, 23 Jan 2013 12:14:12 -0700 Subject: [PATCH] Kill lines I forgot to delete --- native/v8_extensions/native.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/native/v8_extensions/native.mm b/native/v8_extensions/native.mm index 82609b380..720b7d8a2 100644 --- a/native/v8_extensions/native.mm +++ b/native/v8_extensions/native.mm @@ -19,8 +19,6 @@ NSString *stringFromCefV8Value(const CefRefPtr& value); void throwException(const CefRefPtr& global, CefRefPtr 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 = "{}"; }