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
parent a6a2caf6db
commit 203e84c378

View File

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