mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 01:29:37 +00:00
Remove a no longer needed function.
This commit is contained in:
parent
0fd5cf7689
commit
f0b71e8dd6
@ -117,11 +117,6 @@ public:
|
||||
virtual void help(); // send when F1 is pressed on widget to get more help
|
||||
#endif
|
||||
|
||||
// layout sets up the children, this is only used by container
|
||||
// containers should know their own size and optimize their
|
||||
// children.
|
||||
virtual void layout() {}
|
||||
|
||||
bool wants_mouse_hover() const { return wants_mouse_hover_; }
|
||||
|
||||
bool wants_mouse_left_double_click() const { return wants_mouse_left_double_click_; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user