summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_thread.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-13 12:04:43 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-13 12:04:43 -0700
commit380f20a6000bd640d7fd8f1567961f1f05d79f5a (patch)
treeba8dd6ef2825381171eca97a3b90de9fd7d9ed07 /xfa/fwl/core/ifwl_thread.h
parenta654f0d0889c50d0995bd873c119ae75b0ab5a09 (diff)
downloadpdfium-380f20a6000bd640d7fd8f1567961f1f05d79f5a.tar.xz
Remove some FWL code.
Remove unused or ifdef'd code from FWL. Review URL: https://codereview.chromium.org/1874963002
Diffstat (limited to 'xfa/fwl/core/ifwl_thread.h')
-rw-r--r--xfa/fwl/core/ifwl_thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_thread.h b/xfa/fwl/core/ifwl_thread.h
index c6f0c445d1..d05aa6da0c 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; }