mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-24 01:11:39 -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 "";
|
||||
};
|
||||
|
|
|
@ -160,8 +160,6 @@ public:
|
|||
void remove_child(Widget* const widget);
|
||||
const std::vector<Widget*> children() const override;
|
||||
|
||||
virtual Widget* initial_focus();
|
||||
|
||||
virtual std::string title() const;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue