diff options
Diffstat (limited to 'xfa/fwl/core/fwl_threadimp.h')
-rw-r--r-- | xfa/fwl/core/fwl_threadimp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/core/fwl_threadimp.h b/xfa/fwl/core/fwl_threadimp.h index 3806f3ca4b..e1787d9d31 100644 --- a/xfa/fwl/core/fwl_threadimp.h +++ b/xfa/fwl/core/fwl_threadimp.h @@ -17,7 +17,6 @@ class CFWL_ThreadImp { public: virtual ~CFWL_ThreadImp() {} IFWL_Thread* GetInterface() const { return m_pIface; } - virtual FWL_ERR Run(FWL_HTHREAD hThread); protected: CFWL_ThreadImp(IFWL_Thread* pIface) : m_pIface(pIface) {} @@ -31,7 +30,6 @@ class CFWL_NoteThreadImp : public CFWL_ThreadImp { CFWL_NoteThreadImp(IFWL_NoteThread* pIface); virtual ~CFWL_NoteThreadImp(); - FWL_ERR Run(FWL_HTHREAD hThread) override; virtual IFWL_NoteDriver* GetNoteDriver(); protected: |