views: Remove PopupAtPoint
This commit is contained in:
parent
5f195a789a
commit
0e3a3d0748
2 changed files with 11 additions and 8 deletions
|
@ -21,8 +21,6 @@ class MenuViews : public Menu {
|
|||
void PopupAt(Window* window, int x, int y, int positioning_item = 0) override;
|
||||
|
||||
private:
|
||||
void PopupAtPoint(Window* window, const gfx::Point& point);
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(MenuViews);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue