Remove Menu::Popup
This commit is contained in:
parent
d1051b55cc
commit
984462be44
3 changed files with 10 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue