mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-24 01:11:39 -04:00
Remove unfinished Widget last child focus code.
This commit is contained in:
parent
31499fea5d
commit
2b6bc03408
3 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue