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

@ -138,15 +138,6 @@ bool Widget::has_focus() {
return (context().focus_manager().focus_widget() == this);
}
Widget* Widget::last_child_focus() const {
return nullptr;
}
void Widget::set_last_child_focus(Widget* const child) {
// Ignore.
(void)child;
}
bool Widget::on_key(const KeyEvent event) {
(void)event;
return false;