mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 07:29:53 +00:00
LibCore: Remove unused CustomEvent
This commit is contained in:
parent
c47e253c60
commit
aec1f6aa7e
Notes:
github-actions[bot]
2025-08-11 14:56:58 +00:00
Author: https://github.com/awesomekling
Commit: aec1f6aa7e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5817
Reviewed-by: https://github.com/gmta ✅
3 changed files with 0 additions and 23 deletions
|
@ -31,8 +31,6 @@ void EventReceiver::event(Core::Event& event)
|
|||
case Core::Event::Invalid:
|
||||
VERIFY_NOT_REACHED();
|
||||
break;
|
||||
case Core::Event::Custom:
|
||||
return custom_event(static_cast<CustomEvent&>(event));
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -42,10 +40,6 @@ void EventReceiver::timer_event(Core::TimerEvent&)
|
|||
{
|
||||
}
|
||||
|
||||
void EventReceiver::custom_event(CustomEvent&)
|
||||
{
|
||||
}
|
||||
|
||||
void EventReceiver::start_timer(int ms)
|
||||
{
|
||||
if (m_timer_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue