Rollback duplicated feature

This commit is contained in:
Zhuo Lu
2017-11-18 23:11:31 -08:00
committed by Cheng Zhao
parent 0b9cea334f
commit 828d233f2a
5 changed files with 0 additions and 27 deletions

View File

@@ -200,7 +200,6 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
dict.SetMethod("setApplicationMenu", &Menu::SetApplicationMenu);
dict.SetMethod("sendActionToFirstResponder",
&Menu::SendActionToFirstResponder);
dict.SetMethod("noteNewRecentDocumentURL", &Menu::NoteNewRecentDocumentURL);
#endif
}