LibCore: Remove unused EventLoop::Private::lock

This mutex is no longer used for anything.
This commit is contained in:
Andreas Kling 2023-04-24 07:46:49 +02:00
commit 203e84c378
Notes: sideshowbarker 2024-07-16 22:17:03 +09:00

View file

@ -65,7 +65,6 @@ struct EventLoopTimer {
};
struct EventLoop::Private {
Threading::Mutex lock;
ThreadEventQueue& thread_event_queue;
Private()