mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-23 17:01:31 -04:00
Remove unused View::initial_focus().
This commit is contained in:
parent
3a709c51c4
commit
41d4fd0044
2 changed files with 0 additions and 6 deletions
|
@ -262,10 +262,6 @@ const std::vector<Widget*> View::children() const {
|
|||
return children_;
|
||||
}
|
||||
|
||||
Widget* View::initial_focus() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
std::string View::title() const {
|
||||
return "";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue