Index: xfa/fwl/core/fwl_threadimp.h |
diff --git a/xfa/fwl/core/fwl_threadimp.h b/xfa/fwl/core/fwl_threadimp.h |
index 3806f3ca4be950c3c161abc8ffe5576fc3e048ca..e1787d9d3146a883fe9ec6d9fcffda7d7a0bf856 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: |