views: Remove PopupAtPoint

This commit is contained in:
Cheng Zhao 2016-01-22 11:25:16 -07:00
parent 5f195a789a
commit 0e3a3d0748
2 changed files with 11 additions and 8 deletions

View file

@ -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);
};