Remove a no longer needed function.

This commit is contained in:
Mark de Wever 2008-04-07 19:22:26 +00:00
parent 0fd5cf7689
commit f0b71e8dd6

View File

@ -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_; }