diff options
Diffstat (limited to 'ceee/ie/broker/executors_manager.h')
-rw-r--r-- | ceee/ie/broker/executors_manager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ceee/ie/broker/executors_manager.h b/ceee/ie/broker/executors_manager.h index 48a15f9..a51e2da 100644 --- a/ceee/ie/broker/executors_manager.h +++ b/ceee/ie/broker/executors_manager.h @@ -16,7 +16,6 @@ #include "base/lock.h" #include "base/singleton.h" -#include "base/task.h" #include "ceee/common/window_utils.h" #include "ceee/ie/broker/window_events_funnel.h" @@ -121,10 +120,6 @@ class ExecutorsManager { // Unregister the HWND and its corresponding tab ID and tool band tab ID. virtual void DeleteTabHandle(HWND handle); - // Cleans up the maps from all handles that would be associated to the given - // thread id. - virtual void CleanupMapsForThread(DWORD thread_id); - // Traits for Singleton<ExecutorsManager> so that we can pass an argument // to the constructor. struct SingletonTraits : public DefaultSingletonTraits<ExecutorsManager> { |