Rollback duplicated feature

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

View file

@ -31,10 +31,6 @@ class Menu : public mate::TrackableObject<Menu>,
// Fake sending an action from the application menu.
static void SendActionToFirstResponder(const std::string& action);
// Add an item corresponding to the data located by a URL to the Open Recent
// menu, or replace an existing item with the same URL.
static void NoteNewRecentDocumentURL(const std::string& url);
#endif
AtomMenuModel* model() const { return model_.get(); }