mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 01:27:24 -04:00
Remove unused EventDispatcher::thread_record.
This commit is contained in:
parent
d5e21ce972
commit
3103e9b80e
2 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue