Remove Menu::Popup

This commit is contained in:
Cheng Zhao 2016-01-22 11:59:08 -07:00
parent d1051b55cc
commit 984462be44
3 changed files with 10 additions and 13 deletions

View file

@ -51,7 +51,6 @@ class Menu : public mate::TrackableObject<Menu>,
void ExecuteCommand(int command_id, int event_flags) override;
void MenuWillShow(ui::SimpleMenuModel* source) override;
void Popup(Window* window);
virtual void PopupAt(Window* window,
int x = -1, int y = -1,
int positioning_item = 0) = 0;