From 09f0a162bcdff84b11c67acdb58e91f3ca45fbff Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Sep 2012 13:52:19 -0700 Subject: [PATCH] Remove commented code --- native/linux/atom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/native/linux/atom.cpp b/native/linux/atom.cpp index 3f7de7fd7..d11f36d5e 100644 --- a/native/linux/atom.cpp +++ b/native/linux/atom.cpp @@ -106,9 +106,6 @@ int main(int argc, char *argv[]) { g_handler->SetMainHwnd(vbox); g_handler->SetWindow(window); - //new OnigRegexpExtension(); - //new AtomHandler(); - // Create the browser view. CefWindowInfo window_info; CefBrowserSettings browserSettings;