mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
LibGUI: Remove unused GUI::Widget::click_event()
This commit is contained in:
parent
3a34323a78
commit
e4f433dddd
2 changed files with 0 additions and 5 deletions
|
@ -299,10 +299,6 @@ void Widget::handle_leave_event(Core::Event& event)
|
|||
leave_event(event);
|
||||
}
|
||||
|
||||
void Widget::click_event(MouseEvent&)
|
||||
{
|
||||
}
|
||||
|
||||
void Widget::doubleclick_event(MouseEvent&)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue