Index: xfa/fwl/core/fwl_sdadapterimp.h |
diff --git a/xfa/fwl/core/fwl_sdadapterimp.h b/xfa/fwl/core/fwl_sdadapterimp.h |
index 2bc69796fbcb172547a77fa70a63c12eb13773bd..3968b22ab633baab7cf22f5e2d43238a3bb68b5f 100644 |
--- a/xfa/fwl/core/fwl_sdadapterimp.h |
+++ b/xfa/fwl/core/fwl_sdadapterimp.h |
@@ -76,13 +76,6 @@ class CFWL_SDAdapterThreadMgr : public IFWL_AdapterThreadMgr { |
~CFWL_SDAdapterThreadMgr(); |
public: |
- virtual FWL_ERR Start(IFWL_Thread* pThread, |
- FWL_HTHREAD& hThread, |
- FX_BOOL bSuspended = FALSE); |
- virtual FWL_ERR Resume(FWL_HTHREAD hThread); |
- virtual FWL_ERR Suspend(FWL_HTHREAD hThread); |
- virtual FWL_ERR Kill(FWL_HTHREAD hThread, int32_t iExitCode); |
- virtual FWL_ERR Stop(FWL_HTHREAD hThread, int32_t iExitCode); |
virtual IFWL_Thread* GetCurrentThread(); |
}; |