mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-22 11:21:28 +00:00
Remove unused EventDispatcher::thread_record.
This commit is contained in:
parent
d5e21ce972
commit
3103e9b80e
@ -59,7 +59,6 @@ CH_IRQ_HANDLER(M4Core_IRQHandler) {
|
|||||||
|
|
||||||
MessageHandlerMap EventDispatcher::message_map_;
|
MessageHandlerMap EventDispatcher::message_map_;
|
||||||
Thread* EventDispatcher::thread_event_loop = nullptr;
|
Thread* EventDispatcher::thread_event_loop = nullptr;
|
||||||
Thread* EventDispatcher::thread_record = nullptr;
|
|
||||||
|
|
||||||
EventDispatcher::EventDispatcher(
|
EventDispatcher::EventDispatcher(
|
||||||
ui::Widget* const top_widget,
|
ui::Widget* const top_widget,
|
||||||
|
@ -73,8 +73,6 @@ public:
|
|||||||
return message_map_;
|
return message_map_;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Thread* thread_record;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static MessageHandlerMap message_map_;
|
static MessageHandlerMap message_map_;
|
||||||
static Thread* thread_event_loop;
|
static Thread* thread_event_loop;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user