Remove unfinished Widget last child focus code.

This commit is contained in:
Jared Boone 2016-02-07 11:06:16 -08:00
parent 31499fea5d
commit 2b6bc03408
3 changed files with 0 additions and 15 deletions

View file

@ -85,8 +85,6 @@ public:
bool focusable() const;
void set_focusable(const bool value);
bool has_focus();
virtual Widget* last_child_focus() const;
virtual void set_last_child_focus(Widget* const child);
virtual void paint(Painter& painter) = 0;