Remove unused EventDispatcher::thread_record.

This commit is contained in:
Jared Boone 2016-04-23 17:26:54 -07:00
parent d5e21ce972
commit 3103e9b80e
2 changed files with 0 additions and 3 deletions

View File

@ -59,7 +59,6 @@ CH_IRQ_HANDLER(M4Core_IRQHandler) {
MessageHandlerMap EventDispatcher::message_map_;
Thread* EventDispatcher::thread_event_loop = nullptr;
Thread* EventDispatcher::thread_record = nullptr;
EventDispatcher::EventDispatcher(
ui::Widget* const top_widget,

View File

@ -73,8 +73,6 @@ public:
return message_map_;
}
static Thread* thread_record;
private:
static MessageHandlerMap message_map_;
static Thread* thread_event_loop;