| Index: xfa/fwl/core/ifwl_thread.h
|
| diff --git a/xfa/fwl/core/ifwl_thread.h b/xfa/fwl/core/ifwl_thread.h
|
| index c6f0c445d14d1d155a89454b1777bc75342f0b4c..d05aa6da0c457814808afe697b644d42a14da78b 100644
|
| --- a/xfa/fwl/core/ifwl_thread.h
|
| +++ b/xfa/fwl/core/ifwl_thread.h
|
| @@ -27,13 +27,10 @@
|
| class CFWL_ThreadImp;
|
| class IFWL_NoteDriver;
|
|
|
| -typedef struct FWL_HTHREAD_ { void* pData; } * FWL_HTHREAD;
|
| -
|
| class IFWL_Thread {
|
| public:
|
| // These call into polymorphic methods in the impl; no need to override.
|
| void Release();
|
| - FWL_ERR Run(FWL_HTHREAD hThread);
|
|
|
| CFWL_ThreadImp* GetImpl() const { return m_pImpl; }
|
| void SetImpl(CFWL_ThreadImp* pImpl) { m_pImpl = pImpl; }
|
|
|